updateAll abstract method
A special case of mapValues where the input and output types are the same.
Implementation
ComputedMap<K, V> updateAll(V Function(K key, V value) update);
A special case of mapValues where the input and output types are the same.
ComputedMap<K, V> updateAll(V Function(K key, V value) update);