mapValues<V2> abstract method
Reactively maps all values of this reactive map by convert
.
Implementation
ComputedMap<K, V2> mapValues<V2>(V2 Function(K key, V value) convert);
Reactively maps all values of this reactive map by convert
.
ComputedMap<K, V2> mapValues<V2>(V2 Function(K key, V value) convert);