MinLength

case class MinLength[T <: String](value: Int) extends Primitive[T]
trait Serializable
trait Product
trait Equals
trait Primitive[T]
trait Validator[T]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def doValidate(t: T): ValidationResult
Definition Classes

Inherited methods

def and(other: Validator[T]): Validator[T]
Inherited from:
Validator
override def apply(t: T): List[ValidationError[T]]
Definition Classes
Inherited from:
Primitive
def contramap[TT](g: TT => T): Validator[TT]
Inherited from:
Validator
def or(other: Validator[T]): Validator[T]
Inherited from:
Validator
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def show: Option[String]
Inherited from:
Validator