static L lambdaMapLike lmap(IF1 f, Iterable l) { ret lambdaMap(f, l); } static L lambdaMapLike lmap(IF1 f, A[] l) { ret lambdaMap(f, l); }