ValuePredicate<T> typedef

ValuePredicate<T> = bool Function(T value)

Signature of a function that takes a T value and returns a bool.

Implementation

typedef ValuePredicate<T> = bool Function(T value);