Law1Left

abstract class Law1Left[-CapsBoth[_, _], -CapsLeft[_], -CapsRight[_]](label: String) extends ZLaws2[CapsBoth, CapsLeft, CapsRight, Any]
class ZLaws2[CapsBoth, CapsLeft, CapsRight, Any]
class Object
trait Matchable
class Any
Law1Left[CapsBoth, CapsLeft, CapsRight]

Value members

Abstract methods

def apply[A : CapsLeft, B : CapsRight](a1: A)(implicit evidence$5: CapsLeft[A], evidence$6: CapsRight[B], CapsBoth: CapsBoth[A, B]): TestResult

Concrete methods

final def run[R, A : CapsLeft, B : CapsRight](a: Gen[R, A], b: Gen[R, B])(implicit evidence$7: CapsLeft[A], evidence$8: CapsRight[B], CapsBoth: CapsBoth[A, B], trace: Trace): URIO[R, TestResult]

Inherited methods

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