static IF0 runnableToIF0(Runnable r) { ret r == null ? null : () -> { r.run(); null; }; }