static A callPostProcessor2(O f, A a) { ret f == null ? a : or((A) callF(f, a), a); }