Predicate<T> typedef

Predicate<T> = bool Function(T element)

/////////////////////////////////////////////////////////////////////////////////////////////////

Implementation

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