o

zio.prelude.laws

CommutativeEitherLaws

object CommutativeEitherLaws extends test.laws.LawfulF.Invariant[CommutativeEitherDeriveEqualInvariant, Equal]

Linear Supertypes
test.laws.ZLawfulF.Invariant[CommutativeEitherDeriveEqualInvariant, Equal, Any], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CommutativeEitherLaws
  2. Invariant
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def +[CapsF1[x[_]] <: CommutativeEitherDeriveEqualInvariant[x[_]], Caps1[x] <: Equal[x], R1 <: Any](that: test.laws.ZLawfulF.Invariant[CapsF1, Caps1, R1]): test.laws.ZLawfulF.Invariant[CapsF1, Caps1, R1]
    Definition Classes
    Invariant
  2. lazy val commutativeLaw: test.laws.LawsF.Invariant[CommutativeEitherDeriveEqualInvariant, Equal]

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

  3. lazy val laws: test.laws.LawsF.Invariant[CommutativeEitherDeriveEqualInvariant, Equal]

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

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

    Definition Classes
    CommutativeEitherLaws → Invariant