DetailedMap<K, V> extension

on

Methods

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