static void mapVoid(VF1 f, Iterable c) { for (A a : unnull(c)) f.get(a); }