Packages

implicit final class AddFromZIOZEnv[T, AfterAdd] extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AddFromZIOZEnv
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AddFromZIOZEnv(dsl: SetDSLBase[T, AfterAdd, _])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. 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

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

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

  7. 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
  8. def addZIOEnv[R, E, I <: T](effect: ZIO[R, E, I])(implicit arg0: ZEnvConstructor[R], arg1: Tag[E], arg2: Tag[I], pos: CodePositionMaterializer): AfterAdd
  9. 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
  10. def addZLayerEnv[R, E, I <: T](layer: ZLayer[R, E, I])(implicit arg0: ZEnvConstructor[R], arg1: Tag[E], arg2: Tag[I], pos: CodePositionMaterializer): AfterAdd
  11. 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
  12. def addZManagedEnv[R, E, I <: T](resource: ZManaged[R, E, I])(implicit arg0: ZEnvConstructor[R], arg1: Tag[E], arg2: Tag[I], pos: CodePositionMaterializer): AfterAdd
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. val dsl: SetDSLBase[T, AfterAdd, _]
    Attributes
    protected
  15. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped