static Map flexFunction_functions = synchroHashMap(); static O flexFunction(S name, O... args) { O f = flexFunction_functions.get(name); if (f != null) ret callF(f, args); ret callMC(name + "_default", args); }