ItemFilter<T> typedef

ItemFilter<T> = bool Function(T item)

Implementation

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