static L collectMethod(Collection c, S methodName) { ret mapMethod(c, methodName); } static L Collection(S methodName, Collection c) { ret mapMethod(c, methodName); }