mapComputed<K2, V2> abstract method
Reactively maps each entry of this reactive map by convert
.
Implementation
ComputedMap<K2, V2> mapComputed<K2, V2>(
Computed<Entry<K2, V2>> Function(K key, V value) convert);
Reactively maps each entry of this reactive map by convert
.
ComputedMap<K2, V2> mapComputed<K2, V2>(
Computed<Entry<K2, V2>> Function(K key, V value) convert);