PredicateFn<T> typedef

PredicateFn<T> = bool Function(T value)

Implementation

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