o

zio.prelude.laws

CommutativeBothLaws

object CommutativeBothLaws extends test.laws.LawfulF.Invariant[CommutativeBothDeriveEqualInvariant, Equal]

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

Value Members

  1. def +[CapsF1[x[_]] <: CommutativeBothDeriveEqualInvariant[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[CommutativeBothDeriveEqualInvariant, Equal]

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

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

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

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

    Definition Classes
    CommutativeBothLaws → Invariant