Predicate2<T0, T1> typedef

Predicate2<T0, T1> = bool Function(T0 arg0, T1 arg1)

Function predicate with 2 arguments.

Implementation

typedef Predicate2<T0, T1> = bool Function(T0 arg0, T1 arg1);