CheckConstructor

zio.test.CheckConstructor$
See theCheckConstructor companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Show all
Self type

Members list

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 AssertEitherConstructor[R, E, A <: TestResult]: WithOut[R, Either[E, A], R, E]

Attributes

Inherited from:
CheckConstructorLowPriority3
implicit def AssertZIOConstructor[R, R1, E, A <: TestResult]: WithOut[R, ZIO[R1, E, A], R & R1, E]

Attributes

Inherited from:
CheckConstructorLowPriority1
implicit def AssertZSTMConstructor[R, R1, E, A <: TestResult]: WithOut[R, ZSTM[R1, E, A], R & R1, E]

Attributes

Inherited from:
CheckConstructorLowPriority2