KeyValuePredicate<K, V> typedef
KeyValuePredicate<K, V> =
bool Function(K, V)
Implementation
typedef KeyValuePredicate<K, V> = bool Function(K, V);
typedef KeyValuePredicate<K, V> = bool Function(K, V);