sS lambdaMapLike applyTranspilationFunction(IVF1 f, S s) { if (f == null) ret s; LS tok = javaTok(s); f.get(tok); ret join(tok); }