ListTester<T> typedef

ListTester<T> = bool Function(T element)

A function supplied to any methods that test the elements in the list.

Implementation

typedef ListTester<T> = bool Function(T element);