Predicate3<T0, T1, T2> typedef

Predicate3<T0, T1, T2> = bool Function(T0 arg0, T1 arg1, T2 arg2)

Function predicate with 3 arguments.

Implementation

typedef Predicate3<T0, T1, T2> = bool Function(T0 arg0, T1 arg1, T2 arg2);