PartialInverseLaws

zio.prelude.laws.PartialInverseLaws

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Inherited methods

def +[Caps1 <: (EqualPartialInverse), R1](that: ZLawful[Caps1, R1]): ZLawful[Caps1, R1]

Attributes

Inherited from:
ZLawful

Concrete fields

The set of all laws that instances of PartialInverse must satisfy.

The set of all laws that instances of PartialInverse must satisfy.

Attributes

The partial inverse law states that for some binary operator *, for all values a, if the operation is defined, the following must hold:

The partial inverse law states that for some binary operator *, for all values a, if the operation is defined, the following must hold:

a * a === identity

Attributes