AnyValidatorFunctionTest<T> typedef

AnyValidatorFunctionTest<T> = bool Function(T value)

Represents the AnyValidator test function definition.

Implementation

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