static A castCall(O o) { return (A) callF(o); } static A castCall(O o, S method, O... args) ctex { ret (A) call(o, method, args); }