static L lambdaMethod0Like methodForEach(IVF1 f, Iterable l) { ret map(f, l); } static L methodForEach(IF1 f, A[] l) { ret map(f, l); }