MatcherFunction<T> typedef

MatcherFunction<T> = bool Function(T object, int index)

Implementation

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