static Runnable rSetVarToTrue(final IVar v) { ret v == null ? null : r { v.set(true) }; }