static void doForEach(Iterable l, IVF1 f) { forEach(l, f); } static void lambdaMapLike doForEach(IVF1 f, Iterable l) { forEach(f, l); }