sS safeMapEachLine(S text, IF1 f) { ret mapEachLine(f, text); } sS lambdaMapLike safeMapEachLine(IF1 f, S text) { ret mapEachLine((O) f, text); }