static L collectNotNulls(Collection c, S field) { ret collectNotNull(c, field); } static L mapMethodLike collectNotNulls(S field, Collection c) { ret collectNotNull(field, c); }