static Map mapMinusOrNull(Map map, O... keys) { ret nullIfEmpty(mapMinus(map, keys)); }