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