Predicate1<T1> typedef

Predicate1<T1> = bool Function(T1 arg1)

Predicate function type with 1 positional argument.

Implementation

typedef Predicate1<T1> = bool Function(T1 arg1);