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