removeWhere abstract method

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

Implementation

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