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