TestPredicate<E> typedef

TestPredicate<E> = bool Function(E element)

Function, that returns true if element is pass test.

Implementation

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