TFuncPredicate2<T, K> typedef

TFuncPredicate2<T, K> = bool Function(T, K)

Implementation

typedef TFuncPredicate2<T, K> = bool Function(T, K);