MyUtilityExtensionWhere<K, V> extension

on

Methods

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

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

Returns a new Map containing all entries that satisfy test.