GameMapExtensions<K, V> extension

on

Methods

mapKeys<S>(S fn(MapEntry<K, V> entry)) IMap<S, V>
mapValues<S>(S fn(MapEntry<K, V> entry)) IMap<K, S>