static L lambdaMapLike lazyMap_lambda(IF1 f, Iterable l) { ret lazyMap(l, f); }