static L collect(Collection c, S field) { ret collectField(c, field); } static L collect(S field, Collection c) { ret collectField(c, field); }