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