static Runnable toRunnable(final O o) { if (o instanceof Runnable) ret (Runnable) o; ret r { callF(o) }; }