DetailedMap<K, V> extension

on

Methods

mappedKeys<R>(R f(K key)) Map<R, V>

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

Maps the keys of the map using the provided function f.
mappedValues<R>(R f(V value)) Map<K, R>

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

Maps the values of the map using the provided function f.