Predicate

zio.schema.validation.Predicate$
See thePredicate companion trait
object Predicate

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

object Num

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Num.type
sealed trait Num[A] extends Predicate[A]

Attributes

Companion:
object
Graph
Supertypes
trait Predicate[A]
class Object
trait Matchable
class Any
Known subtypes
class EqualTo[A]
class GreaterThan[A]
class LessThan[A]
object Str

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Str.type
sealed trait Str[A] extends Predicate[A]

Attributes

Companion:
object
Graph
Supertypes
trait Predicate[A]
class Object
trait Matchable
class Any
Known subtypes
class Matches
class MaxLength
class MinLength
final case class True[A]() extends Predicate[A]

Attributes

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

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror