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