static IVF1 toIVF1(VF1 f) { ret vf1ToIVF1(f); } static IVF1 toIVF1(O f) { if (f == null) null; if (f instanceof IVF1) ret (IVF1) f; if (isString(f)) ret mainFunctionToIVF1((S) f); ret (IVF1) a -> { callF(f, a); }; }