CheckConstructor

Companion:
class
class Object
trait Matchable
class Any

Type members

Types

type WithOut[Environment, In, OutEnvironment0, OutError0] = CheckConstructor[Environment, In] { type OutEnvironment = OutEnvironment0; type OutError = OutError0; }

Implicits

Implicits

implicit def AssertConstructor[R, A <: TestResult]: WithOut[R, A, R, Nothing]

Inherited implicits

implicit def AssertZIOConstructor[R, R1, E, A <: TestResult]: WithOut[R, ZIO[R1, E, A], R & R1, E]
implicit def AssertZSTMConstructor[R, R1, E, A <: TestResult]: WithOut[R, ZSTM[R1, E, A], R & R1, E]