MapMapKeys<K, V> extension

on

Methods

mapKeys<R>(R transform(MapEntry<K, V>)) Map<R, V>
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.