AssociativeBothLaws

zio.prelude.laws.AssociativeBothLaws

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Inherited methods

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

Attributes

Inherited from:
Invariant

Concrete fields

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

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

Attributes

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

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

Attributes