static Map withoutNullValues(Map map) { ret filterMapByValuePredicate(map, x -> x != null); }