static VF1 vfAddToCollector(final Collector c) { ret c == null ? null : voidfunc(A a) { c.add(a) }; }