sS mapLike linesMap(O f, Iterable l) { ret lines(map(f, l)); } static S linesMap(Iterable l, F1 f) { ret lines(map(f, l)); }