SatisfyPredicate<T> typedef

SatisfyPredicate<T> = bool Function(T value)

Implementation

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