MapMapKeys<K, V> extension
Methods
-
mapKeys<R>(R transform(MapEntry<K, V>))
→ Map<R, V>
-
Available on Map<K, V>,
provided by the MapMapKeys extension
Returns a new Map with entries having the keys obtained by applying the transform
function to each entry in this
Map and the values of this map.