MyUtilityExtensionMapKeys<K, V> extension

on

Methods

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

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

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