MapAll<K, V> extension

on

Methods

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

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

Returns true if all entries match the given predicate. predicate must not be null.