Predicate<T> typedef

Predicate<T> = bool Function(T value)

Implementation

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