ZLaws2

abstract class ZLaws2[-CapsBoth[_, _], -CapsLeft[_], -CapsRight[_], -R]
Companion:
object
class Object
trait Matchable
class Any
class Law1Left[CapsBoth, CapsLeft, CapsRight]
class Law1Right[CapsBoth, CapsLeft, CapsRight]
ZLaws2[CapsBoth, CapsLeft, CapsRight, R]

Value members

Abstract methods

def run[R1 <: R & TestConfig, A : CapsLeft, B : CapsRight](left: Gen[R1, A], right: Gen[R1, B])(implicit evidence$1: CapsLeft[A], evidence$2: CapsRight[B], CapsBoth: CapsBoth[A, B]): ZIO[R1, Nothing, TestResult]

Concrete methods

def +[CapsBoth1 <: (CapsBoth), CapsLeft1 <: (CapsLeft), CapsRight1 <: (CapsRight), R1 <: R](that: ZLaws2[CapsBoth1, CapsLeft1, CapsRight1, R1]): ZLaws2[CapsBoth1, CapsLeft1, CapsRight1, R1]