Or

zio.schema.validation.Bool$.Or
final case class Or[A](left: Bool[A], right: Bool[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