Predicate<T> typedef

Predicate<T> = bool Function(T prev, T next)

Implementation

typedef Predicate<T> = bool Function(T prev, T next);