static ArrayList lambdaMapLike mapToArrayList(IF1 f, Iterable l) { ret toArrayList(map(f, l)); }