Positive or zero
Validates that a value is a positive number or equal to zero.
val numberField = PositiveOrZeroValidable("The value must be >= 0")
Validates that a value is a positive number or equal to zero.
val numberField = PositiveOrZeroValidable("The value must be >= 0")