IdentityEitherlaws

zio.prelude.laws.IdentityEitherlaws

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Inherited methods

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

Attributes

Inherited from:
Invariant

Concrete fields

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

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

Attributes

For all fa, either(identity, fa) is equivalent to fa.

For all fa, either(identity, fa) is equivalent to fa.

Attributes

For all fa, either(fa, identity) is equivalent to fa.

For all fa, either(fa, identity) is equivalent to fa.

Attributes