ValidationTest<T> typedef

ValidationTest<T> = bool Function(T value)

Implementation

typedef ValidationTest<T> = bool Function(T value);