MyUtilityExtensionMapValues<K, V> extension
- on
-
- Map<
K, V>
- Map<
Methods
-
mapValues<
T> (T convert(K key, V value)) → Map< K, T> -
Available on Map<
Returns a new map where the value of every entry in this map is transformed by the givenK, V> , provided by the MyUtilityExtensionMapValues extensionconvertfunction.