MyUtilityExtensionMapValues<K, V> extension

on

Methods

mapValues<T>(T convert(K key, V value)) Map<K, T>

Available on Map<K, V>, provided by the MyUtilityExtensionMapValues extension

Returns a new map where the value of every entry in this map is transformed by the given convert function.