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