Returns (<V>(updater) => (<K>(key) => ((m) => Get1<F, Map<K, V>>)))
A new Map
with the replaced entry.
- <V>(updater): (<K>(key) => ((m) => Get1<F, Map<K, V>>))
Returns (<K>(key) => ((m) => Get1<F, Map<K, V>>))
- <K>(key): ((m) => Get1<F, Map<K, V>>)
Returns ((m) => Get1<F, Map<K, V>>)
- (m): Get1<F, Map<K, V>>
Returns Get1<F, Map<K, V>>
Alternates entry with the key over the functor
F
. This lets you insert, modify and remove an entry contained byF
.