Law2M

abstract class Law2M[-CapsF[_[_]], -Caps[_], -R](label: String) extends Invariant[CapsF, Caps, R]

Constructs a law from an effectual function taking two parameters.

class Invariant[CapsF, Caps, R]
class Object
trait Matchable
class Any
Law2M[CapsF, Caps, R]

Value members

Abstract methods

def apply[F[_] : CapsF, A : Caps, B : Caps](fa: F[A], fb: F[B]): URIO[R, TestResult]

Concrete methods

final def run[R1 <: R & TestConfig, F[_] : CapsF, A : Caps](genF: GenF[R1, F], gen: Gen[R1, A]): ZIO[R1, Nothing, TestResult]

Inherited methods

def +[CapsF1 <: ([x[_]] =>> CapsF[x]), Caps1 <: (Caps), R1 <: R](that: Invariant[CapsF1, Caps1, R1]): Invariant[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:
Invariant