Predicate<A> typedef

Predicate<A> = bool Function(A)

Implementation

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