MyUtilityExtensionMapAll<K, V> extension

on

Methods

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

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

Returns true if all entries satisfy test, or this Map is empty.