Any

sttp.tapir.Validator$.Any
See theAny companion object
case class Any[T](validators: Seq[Validator[T]]) extends Validator[T]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Validator[T]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def apply(t: T): List[ValidationError[_]]

Attributes

Definition Classes
override def contramap[TT](g: TT => T): Validator[TT]

Attributes

Definition Classes
override def or(other: Validator[T]): Validator[T]

Attributes

Definition Classes

Inherited methods

def and(other: Validator[T]): Validator[T]

Attributes

Inherited from:
Validator
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def show: Option[String]

Attributes

Inherited from:
Validator