Test<E> typedef

Test<E> = bool Function(E element)

Implementation

typedef Test<E> = bool Function(E element);