MyUtilityExtensionMapAny<K, V> extension

on

Methods

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

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

Returns true if there is at least one entry that satisfies test, or this Map is empty.