static void mapVoidMulti(Collection> functions, Iterable c) { for (A a : unnull(c)) for (VF1 f : functions) f.get(a); }