MapEntryPredicate<K, V> typedef

MapEntryPredicate<K, V> = bool Function(K key, V value)

Implementation

typedef MapEntryPredicate<K, V> = bool Function(K key, V value);