IndexedPredicate<T> typedef

IndexedPredicate<T> = bool Function(int index, T)

Implementation

typedef IndexedPredicate<T> = bool Function(int index, T);