static S sCall(O o, S method, O... args) { ret (S) call(o, method, args); }