ZIOConstructorLowPriority1

zio.ZIO$.ZIOConstructorLowPriority1

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ZIOConstructor.type

Members list

Concise view

Type members

Inherited 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.

Attributes

Inherited from:
ZIOConstructorLowPriority3

Implicits

Implicits

implicit def EitherConstructor[E, A]: WithOut[Any, E, Either[E, A], Any, E, A]

Constructs a ZIO[Any, E, A] from an Either[E, A].

Constructs a ZIO[Any, E, A] from an Either[E, A].

Attributes

implicit def EitherLeftConstructor[E, A]: WithOut[Any, E, Left[E, A], Any, E, A]

Constructs a ZIO[Any, E, A]] from an Either[E, A].

Constructs a ZIO[Any, E, A]] from an Either[E, A].

Attributes

implicit def EitherRightConstructor[E, A]: WithOut[Any, E, Right[E, A], Any, E, A]

Constructs a ZIO[Any, E, A] from an Either[E, A].

Constructs a ZIO[Any, E, A] from an Either[E, A].

Attributes

Inherited implicits

implicit def AttemptConstructor[A]: WithOut[Any, Throwable, A, Any, Throwable, A]

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

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

Attributes

Inherited from:
ZIOConstructorLowPriority2
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.

Attributes

Inherited from:
ZIOConstructorLowPriority3