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