MapFilterNot<K, V> extension

on

Methods

filterNot(bool predicate(MapEntry<K, V> entry)) Map<K, V>
Returns a new map containing all key-value pairs not matching the given predicate.