DecimalMaxValidatorForOption
bitlap.validation.DecimalMaxValidatorForOption
class DecimalMaxValidatorForOption extends ConstraintValidator[DecimalMax, 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[DecimalMax, IterableOnce[_]]class Objecttrait Matchableclass Any
Members list
In this article