static Map lambdaMapLike mapValues_nullOnNull(IF1 f, Map map) { ret map == null ? null : mapValues(f, map); }