static bool trueUnlessException(Runnable r) { try { callF(r); true; } catch e { false; } }