TestPredicate<T> typedef

TestPredicate<T> = bool Function(T element)

Implementation

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