Mapped

case
class Mapped[TT, T](wrapped: Validator[T], g: TT => T) extends Validator[TT]
trait Serializable
trait Product
trait Equals
trait Validator[TT]
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def apply(t: TT): List[ValidationError[_]]
Definition Classes

Inherited methods

def and(other: Validator[TT]): Validator[TT]
Inherited from
Validator
def contramap[TT](g: TT => TT): Validator[TT]
Inherited from
Validator
def or(other: Validator[TT]): Validator[TT]
Inherited from
Validator
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def show: Option[String]
Inherited from
Validator