static IVF1 toIVF1(fO 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); }; }