Predicate<T> typedef

Predicate<T> = bool Function(T t)

Implementation

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