MyUtilityExtensionMapWhereValues<K, V> extension

on

Methods

whereValues(bool test(V value)) Map<K, V>

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

Returns a new Map containing all entries that satisfy test.