MyUtilityExtensionMapWhereNot<K, V> extension

on

Methods

whereNot(bool test(K key, V value)) Map<K, V>

Available on Map<K, V>, provided by the MyUtilityExtensionMapWhereNot extension

Returns a new Map containing all entries that do not satisfy test.