ZIOConstructorLowPriority3

class Object
trait Matchable
class Any

Type members

Types

type WithOut[Environment, Error, In, OutEnvironment0, OutError0, OutSuccess0] = ZIOConstructor[Environment, Error, In] { type OutEnvironment = OutEnvironment0; type OutError = OutError0; type OutSuccess = OutSuccess0; }

The type of the ZIOConstructor with the type of the ZIO value.

The type of the ZIOConstructor with the type of the ZIO value.

Implicits

Implicits

implicit def SucceedConstructor[A]: WithOut[Any, Nothing, A, Any, Nothing, A]

Constructs a ZIO[Any, Throwable, A] from an A.

Constructs a ZIO[Any, Throwable, A] from an A.