Test<T> typedef

Test<T> = bool Function(T data)

Implementation

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