static IVF1 runnableToIVF1(Runnable r) { ret r == null ? null : a -> r.run(); }