True

zio.schema.validation.Predicate.True
final case class True[A]() extends Predicate[A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Predicate[A]
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited types

Attributes

Inherited from:
Predicate

Attributes

Inherited from:
Predicate

Value members

Concrete methods

def validate(value: A): Result

Inherited methods

def contramap[B](f: B => A): Predicate[B]

Attributes

Inherited from:
Predicate

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product