TestPredicate<E> typedef

TestPredicate<E> = bool Function(E element)

Function that returns true if element passes test.

Implementation

typedef TestPredicate<E> = bool Function(E element);