MapFilterValues<K, V> extension

on

Methods

filterValues(bool predicate(V)) Map<K, V>

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

Returns a map containing all key-value pairs with values matching the given predicate.