static L lambdaMapLike safeMap(IF1 f, Iterable l) { ret map(l, f); } static L safeMap(Iterable l, IF1 f) { ret map(l, f); }