removeWhereComputed abstract method

ComputedMap<K, V> removeWhereComputed(
  1. Computed<bool> test(
    1. K key,
    2. V value
    )
)

Implementation

ComputedMap<K, V> removeWhereComputed(
    Computed<bool> Function(K key, V value) test);