Parameters
mapper: ((key) => ((oldValue) => V))
- (key): ((oldValue) => V)
Returns ((oldValue) => V)
Returns ((key) => ((m) => Map<K, V>))
A new Map
with the replaced entry, or as is if there isn't.
- (key): ((m) => Map<K, V>)
Returns ((m) => Map<K, V>)
- (m): Map<K, V>
Returns Map<K, V>
Modifies value of entry with the key, or does nothing if there isn't.