MapFilterValues<K, V> extension

on

Methods

filterValues(bool predicate(V)) Map<K, V>
Returns a map containing all key-value pairs with values matching the given predicate.