CommutativeEitherLaws

zio.prelude.laws.CommutativeEitherLaws

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Inherited methods

def +[CapsF1 <: ([x[_]] =>> CommutativeEitherDeriveEqualInvariant[x]), Caps1 <: (Equal), R1](that: Invariant[CapsF1, Caps1, R1]): Invariant[CapsF1, Caps1, R1]

Attributes

Inherited from:
Invariant

Concrete fields

For all fa and fb, either(fa, fb) is equivalent to either(fb, fa).

For all fa and fb, either(fa, fb) is equivalent to either(fb, fa).

Attributes

The set of law laws that instances of CommutativeEither must satisfy.

The set of law laws that instances of CommutativeEither must satisfy.

Attributes