MapAny<K, V> extension

on

Methods

any(bool predicate(K key, V value)) bool

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

Returns true if there is at least one entry that matches the given predicate. predicate must not be null.