Law2ZIO
abstract class Law2ZIO[-CapsF[_[_]], -Caps[_], -R](label: String) extends Contravariant[CapsF, Caps, R]
Constructs a law from an effectual function taking two parameters.
Value members
Abstract methods
Concrete methods
Inherited methods
def +[CapsF1 <: ([x[_]] =>> CapsF[x]), Caps1 <: (Caps), R1 <: R](that: Contravariant[CapsF1, Caps1, R1]): Contravariant[CapsF1, Caps1, R1]
Combine these laws with the specified laws to produce a set of laws that require both sets of laws to be satisfied.
Combine these laws with the specified laws to produce a set of laws that require both sets of laws to be satisfied.
- Inherited from:
- Contravariant