static L mapMethod(Collection c, fS methodName) { ret map(c, func(O o) { callOpt(o, methodName) }); } static L mapMethod(S methodName, Collection c) { ret mapMethod(c, methodName); }