static A callFOrKeep(O f, A arg) { ret f == null ? arg : (A) callF(f, arg); }