Predicate1<T0> typedef

Predicate1<T0> = bool Function(T0 arg0)

Function predicate with 1 argument.

Implementation

typedef Predicate1<T0> = bool Function(T0 arg0);