Any

case class Any[T](validators: Seq[Validator[T]]) extends Validator[T]
trait Serializable
trait Product
trait Equals
trait Validator[T]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def apply(t: T): List[ValidationError[_]]
Definition Classes
override def contramap[TT](g: TT => T): Validator[TT]
Definition Classes
override def or(other: Validator[T]): Validator[T]
Definition Classes

Inherited methods

def and(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