sS callOptString(O o) { ret callStringOpt(o); } sS callOptString(O o, S method, O... args) { ret callStringOpt(o, method, args); }