Leaf

zio.schema.validation.Bool$.Leaf
final case class Leaf[A](value: A) extends Bool[A]

Attributes

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

Members list

Concise view

Value members

Inherited methods

def &&(that: Bool[A]): Bool[A]

Attributes

Inherited from:
Bool

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def unary_!: Bool[A]

Attributes

Inherited from:
Bool
def ||(that: Bool[A]): Bool[A]

Attributes

Inherited from:
Bool