static DynamicCallable dynamicCallableMC(fS methodName) { ret new DynamicCallable { public O _dyn(O[] args) { ret callMC(methodName, args); } }; }