DetailedWhere<K, V> extension

Allows us to find an entry

on

Methods

where(bool f(K key, V value)) Map<K, V>
Allows us to find an entry based on key and value
whereKey(bool f(K key)) Map<K, V>
Allows us to find an entry based on key
whereValue(bool f(V value)) Map<K, V>
Allows us to find an entry based on value