InvolutionLaws

zio.prelude.experimental.laws.InvolutionLaws

Attributes

Graph
Supertypes
trait ZLawful[InvolutionEqual, Any]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Inherited methods

def +[Caps1 <: (InvolutionEqual), R1](that: ZLawful[Caps1, R1]): ZLawful[Caps1, R1]

Attributes

Inherited from:
ZLawful

Concrete fields

The join involution law states that for the complement operator !, and for any value a, the following must hold:

The join involution law states that for the complement operator !, and for any value a, the following must hold:

!(!a) === a

Attributes

The set of all laws that instances of Involution must satisfy.

The set of all laws that instances of Involution must satisfy.

Attributes