implicit final class AddFromZIOZEnv[T, AfterAdd] extends AnyVal
- Alphabetic
- By Inheritance
- AddFromZIOZEnv
- AnyVal
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new AddFromZIOZEnv(dsl: SetDSLBase[T, AfterAdd, _])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- def addZEnvResource[R, E, I <: T](function: Functoid[Lifecycle[[γ$10$]ZIO[R, E, γ$10$], I]])(implicit arg0: ZEnvConstructor[R], arg1: Tag[E], arg2: Tag[I], pos: CodePositionMaterializer): AfterAdd
Adds set element binding to a Lifecycle value which has a ZIO effect type that specifies dependencies via zio environment.
Adds set element binding to a Lifecycle value which has a ZIO effect type that specifies dependencies via zio environment.
Warning: removes the precise subtype of Lifecycle because of
Lifecycle.map
: Integration checks on mixed-in as a trait onto a Lifecycle value result here will be lost - def addZEnvResource[R, E, I <: T](resource: Lifecycle[[γ$8$]ZIO[R, E, γ$8$], I])(implicit arg0: ZEnvConstructor[R], arg1: Tag[E], arg2: Tag[I], pos: CodePositionMaterializer): AfterAdd
Adds set element binding to a Lifecycle value which has a ZIO effect type that specifies dependencies via zio environment.
Adds set element binding to a Lifecycle value which has a ZIO effect type that specifies dependencies via zio environment.
Warning: removes the precise subtype of Lifecycle because of
Lifecycle.map
: Integration checks on mixed-in as a trait onto a Lifecycle value result here will be lost - def addZEnvResource[R1 <: Lifecycle[[+γ$7$]ZIO[Nothing, Any, γ$7$], T]](implicit arg0: ClassConstructor[R1], tag: ZIOEnvLifecycleTag[R1, T], pos: CodePositionMaterializer): AfterAdd
Adds set element binding to a Lifecycle class which has a ZIO effect type that specifies dependencies via zio environment.
Adds set element binding to a Lifecycle class which has a ZIO effect type that specifies dependencies via zio environment.
Warning: removes the precise subtype of Lifecycle because of
Lifecycle.map
: Integration checks on mixed-in as a trait onto a Lifecycle value result here will be lost - def addZIOEnv[R, E, I <: T](function: Functoid[ZIO[R, E, I]])(implicit arg0: ZEnvConstructor[R], arg1: Tag[E], arg2: Tag[I], pos: CodePositionMaterializer): AfterAdd
- def addZIOEnv[R, E, I <: T](effect: ZIO[R, E, I])(implicit arg0: ZEnvConstructor[R], arg1: Tag[E], arg2: Tag[I], pos: CodePositionMaterializer): AfterAdd
- def addZLayerEnv[R, E, I <: T](function: Functoid[ZLayer[R, E, I]])(implicit arg0: ZEnvConstructor[R], arg1: Tag[E], arg2: Tag[I], pos: CodePositionMaterializer): AfterAdd
- def addZLayerEnv[R, E, I <: T](layer: ZLayer[R, E, I])(implicit arg0: ZEnvConstructor[R], arg1: Tag[E], arg2: Tag[I], pos: CodePositionMaterializer): AfterAdd
- def addZManagedEnv[R, E, I <: T](function: Functoid[ZManaged[R, E, I]])(implicit arg0: ZEnvConstructor[R], arg1: Tag[E], arg2: Tag[I], pos: CodePositionMaterializer): AfterAdd
- def addZManagedEnv[R, E, I <: T](resource: ZManaged[R, E, I])(implicit arg0: ZEnvConstructor[R], arg1: Tag[E], arg2: Tag[I], pos: CodePositionMaterializer): AfterAdd
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val dsl: SetDSLBase[T, AfterAdd, _]
- Attributes
- protected
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def toString(): String
- Definition Classes
- Any