static A callOrKeep(O f, A a) { ret callPostProcessor(f, a); } static A callOrKeep(IF1 f, A a) { ret callPostProcessor(f, a); }