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