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