MapFilterKeys<K, V> extension

on

Methods

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