removeWhereComputed abstract method
Reactively removes all entries satisfying test
from this reactive map.
Implementation
ComputedMap<K, V> removeWhereComputed(
Computed<bool> Function(K key, V value) test);
Reactively removes all entries satisfying test
from this reactive map.
ComputedMap<K, V> removeWhereComputed(
Computed<bool> Function(K key, V value) test);