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