MyUtilityExtensionMapWhereKeys<K, V> extension

on

Methods

whereKeys(bool test(K key)) Map<K, V>

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

Returns a new Map containing all entries that satisfy test.