DetailedMap<K, V> extension
- on
-
- Map<
K, V>
- Map<
Methods
-
mappedKeys<
R> (R f(K key)) → Map< R, V> -
Available on Map<
Maps the keys of the map using the provided functionK, V> , provided by the DetailedMap extensionf. -
mappedValues<
R> (R f(V value)) → Map< K, R> -
Available on Map<
Maps the values of the map using the provided functionK, V> , provided by the DetailedMap extensionf.