static A callCreator(S functionName, O... args) { ret (A) call(creator(), functionName, args); }