Pattern

case
class Pattern[T <: String](value: String) 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 apply(t: T): List[ValidationError[_]]
Definition Classes

Inherited methods

def and(other: Validator[T]): Validator[T]
Inherited from
Validator
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