static Runnable runnable(final O o) { if (o == null) null; if (o instanceof Runnable) ret (Runnable) o; ret r { callF(o) }; }