MapExt<K, V> extension

on

Methods

where(bool f(K key, V value)) Map<K, V>
whereKey(bool f(K key)) Map<K, V>
whereValue(bool f(V value)) Map<K, V>