Not

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

Attributes

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

Members list

Value members

Inherited methods

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

Attributes

Inherited from:
Bool
def map[B](f: A => B): Bool[B]

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