static L nonNulls(L l) { ret withoutNulls(l); } static Map nonNulls(Map map) { ret withoutNulls(map); }