MaxValidatorForOption
bitlap.validation.MaxValidatorForOption
class MaxValidatorForOption extends ConstraintValidator[Max, IterableOnce[_]]
Check that the wrapped character sequence (e.g. Option[String]) and the number being validated represents a number, and has a value less than or equal to the maximum value specified.
Attributes
- Graph
-
- Supertypes
-
trait ConstraintValidator[Max, IterableOnce[_]]class Objecttrait Matchableclass Any
Members list
In this article