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