ItemFilter<T> typedef

ItemFilter<T> = bool Function(T)

Implementation

typedef ItemFilter<T> = bool Function(T);