static S callAnswerFunction(O responder, S s) { ret callAnswerMethod(responder, s); } static S callAnswerFunction(S s) { ret callAnswerMethod(s); } static S callAnswerFunction(O responder, S s, L history) { ret callAnswerMethod(responder, s, history); }