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