static A callCreatorOpt(S functionName, O... args) { ret (A) callOpt(creator(), functionName, args); }