object ZIOConstructor extends ZIOConstructorLowPriority1
- Alphabetic
- By Inheritance
- ZIOConstructor
- ZIOConstructorLowPriority1
- ZIOConstructorLowPriority2
- ZIOConstructorLowPriority3
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- type WithOut[Environment, Error, In, OutEnvironment0, OutError0, OutSuccess0] = ZIOConstructor[Environment, Error, In] { ... /* 3 definitions in type refinement */ }
The type of the
ZIOConstructor
with the type of theZIO
value.The type of the
ZIOConstructor
with the type of theZIO
value.- Definition Classes
- ZIOConstructorLowPriority3
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit def AttemptConstructor[A]: WithOut[Any, Throwable, A, Any, Throwable, A]
Constructs a
ZIO[Any, Throwable, A]
from anA
.Constructs a
ZIO[Any, Throwable, A]
from anA
.- Definition Classes
- ZIOConstructorLowPriority2
- implicit def EitherCauseConstructor[E, A]: WithOut[Any, E, Either[Cause[E], A], Any, E, A]
Constructs a
ZIO[Any, E, A]
from anEither[Cause[E], A]
. - implicit def EitherCauseLeftConstructor[E, A]: WithOut[Any, E, Left[Cause[E], A], Any, E, A]
Constructs a
ZIO[Any, E, A]
from anEither[Cause[E], A]
. - implicit def EitherCauseRightConstructor[E, A]: WithOut[Any, E, Right[Cause[E], A], Any, E, A]
Constructs a
ZIO[Any, E, A]
from anEither[Cause[E], A]
. - implicit def EitherConstructor[E, A]: WithOut[Any, E, Either[E, A], Any, E, A]
Constructs a
ZIO[Any, E, A]
from anEither[E, A]
.Constructs a
ZIO[Any, E, A]
from anEither[E, A]
.- Definition Classes
- ZIOConstructorLowPriority1
- implicit def EitherLeftConstructor[E, A]: WithOut[Any, E, Left[E, A], Any, E, A]
Constructs a
ZIO[Any, E, A]]
from anEither[E, A]
.Constructs a
ZIO[Any, E, A]]
from anEither[E, A]
.- Definition Classes
- ZIOConstructorLowPriority1
- implicit def EitherRightConstructor[E, A]: WithOut[Any, E, Right[E, A], Any, E, A]
Constructs a
ZIO[Any, E, A]
from anEither[E, A]
.Constructs a
ZIO[Any, E, A]
from anEither[E, A]
.- Definition Classes
- ZIOConstructorLowPriority1
- implicit def FiberConstructor[E, A]: WithOut[Any, E, Fiber[E, A], Any, E, A]
Constructs a
ZIO[Any, E, A]
from aFiber[E, A].
- implicit def FiberRuntimeConstructor[E, A]: WithOut[Any, E, Fiber.Runtime[E, A], Any, E, A]
Constructs a
ZIO[Any, E, A]
from aFiber[E, A].
- implicit def FiberSyntheticConstructor[E, A]: WithOut[Any, E, Synthetic[E, A], Any, E, A]
Constructs a
ZIO[Any, E, A]
from aFiber[E, A].
- implicit def FiberZIOConstructor[R, E1 <: E3, E2 <: E3, E3, A]: WithOut[R, E3, ZIO[R, E1, Fiber[E2, A]], R, E3, A]
Constructs a
ZIO[R, E, A]
from aZIO[R, E, Fiber[E, A]]
. - implicit def FiberZIORuntimeConstructor[R, E1 <: E3, E2 <: E3, E3, A]: WithOut[R, E3, ZIO[R, E1, Fiber.Runtime[E2, A]], R, E3, A]
Constructs a
ZIO[R, E, A]
from aZIO[R, E, Fiber[E, A]]
. - implicit def FiberZIOSyntheticConstructor[R, E1 <: E3, E2 <: E3, E3, A]: WithOut[R, E3, ZIO[R, E1, Synthetic[E2, A]], R, E3, A]
Constructs a
ZIO[R, E, A]
from aZIO[R, E, Fiber[E, A]]
. - implicit def FutureConstructor[A, FutureLike[A] <: Future[A]]: WithOut[Any, Throwable, FutureLike[A], Any, Throwable, A]
Constructs a
ZIO[Any, Throwable, A]
from aFuture[A]
. - implicit def FutureExecutionContextConstructor[A, FutureLike[A] <: Future[A]]: WithOut[Any, Throwable, (ExecutionContext) => FutureLike[A], Any, Throwable, A]
Constructs a
ZIO[Any, Throwable, A]
from a functionExecutionContext
Constructs a
ZIO[Any, Throwable, A]
from a functionExecutionContext
> Future[A]
.
- implicit def OptionConstructor[A]: WithOut[Any, Option[Nothing], Option[A], Any, Option[Nothing], A]
Constructs a
ZIO[Any, Option[Nothing], A]
from anOption[A]
. - implicit val OptionNoneConstructor: WithOut[Any, Option[Nothing], None.type, Any, Option[Nothing], Nothing]
Constructs a
ZIO[Any, Option[Nothing], Nothing]
from aNone
. - implicit def OptionSomeConstructor[A]: WithOut[Any, Option[Nothing], Some[A], Any, Option[Nothing], A]
Constructs a
ZIO[Any, Option[Nothing], A]
from aSome[A]
. - implicit def PromiseScalaConstructor[A, PromiseLike[A] <: scala.concurrent.Promise[A]]: WithOut[Any, Throwable, PromiseLike[A], Any, Throwable, A]
Constructs a
ZIO[Any, Throwable, A]
from aPromise[A]
- implicit def SucceedConstructor[A]: WithOut[Any, Nothing, A, Any, Nothing, A]
Constructs a
ZIO[Any, Throwable, A]
from anA
.Constructs a
ZIO[Any, Throwable, A]
from anA
.- Definition Classes
- ZIOConstructorLowPriority3
- implicit def TryConstructor[A]: WithOut[Any, Throwable, Try[A], Any, Throwable, A]
Constructs a
ZIO[Any, Throwable, A]
from aTry[A]
. - implicit def TryFailureConstructor[A]: WithOut[Any, Throwable, Failure[A], Any, Throwable, A]
Constructs a
ZIO[Any, Throwable, A]
from aFailure[A]
. - implicit def TrySuccessConstructor[A]: WithOut[Any, Throwable, Success[A], Any, Throwable, A]
Constructs a
ZIO[Any, Throwable, A]
from aSuccess[A]
. - final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()