Complement

zio.prelude.experimental.Complement
See theComplement companion object
trait Complement[A] extends Absorption[A]

Attributes

Companion
object
Graph
Supertypes
trait Absorption[A]
class Object
trait Matchable
class Any
Known subtypes
trait ExcludedMiddle[A]
trait InvolutionEqual[A]
trait Involution[A]
trait Noncontradiction[A]
Show all

Members list

Value members

Abstract methods

def complement(a: => A): A

Inherited methods

def And: Associative[subtypeF.Type[A]]

Attributes

Inherited from:
Absorption
def Or: Associative[subtypeF.Type[A]]

Attributes

Inherited from:
Absorption
def and(l: => A, r: => A): A

Attributes

Inherited from:
Absorption
def or(l: => A, r: => A): A

Attributes

Inherited from:
Absorption