MapFilter<K, V> extension

on

Methods

filter(bool predicate(MapEntry<K, V> entry)) Map<K, V>
Returns a new map containing all key-value pairs matching the given predicate.