Predicate<E> typedef

Predicate<E> = bool Function(E)

Implementation

typedef Predicate<E> = bool Function(E);