static void mapLike transformValueInPlace(O f, Map map, A key) { if (f != null && map != null && map.containsKey(key)) map.put(key, f.get(map.get(key))); }