Test<T> typedef

Test<T> = bool Function(T e)

Implementation

typedef Test<T> = bool Function(T e);