o
izumi.distage.model.definition.dsl.LifecycleAdapters
ZIOEnvLifecycleTag
Companion trait ZIOEnvLifecycleTag
object ZIOEnvLifecycleTag extends ZIOEnvLifecycleTagLowPriority
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ZIOEnvLifecycleTag
- ZIOEnvLifecycleTagLowPriority
- ZIOEnvLifecycleTagLowPriority1
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- 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
- implicit final macro def fakeResourceTagMacroIntellijWorkaround[R <: Lifecycle[Any, Any], T]: ZIOEnvLifecycleTag[R, T]
- Definition Classes
- ZIOEnvLifecycleTagLowPriority1
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- 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
- implicit def trifunctorResourceTag[R1 <: Lifecycle[[γ$3$]F0[R0, E0, γ$3$], A0], F0[R, E, A] <: ZIO[R, E, A], R0, E0, A0 <: A1, A1](implicit arg0: ZEnvConstructor[R0], arg1: Tag[E0], arg2: Tag[A0]): ZIOEnvLifecycleTag[R1 with Lifecycle[[γ$4$]F0[R0, E0, γ$4$], A0], A1] { ... /* 3 definitions in type refinement */ }
- implicit def trifunctorResourceTagNothing[R1 <: Lifecycle[[γ$12$]F0[R0, Nothing, γ$12$], A0], F0[R, E, A] <: ZIO[R, E, A], R0, A0 <: A1, A1](implicit arg0: ZEnvConstructor[R0], arg1: Tag[A0]): ZIOEnvLifecycleTag[R1 with Lifecycle[[γ$13$]F0[R0, Nothing, γ$13$], A0], A1] { ... /* 3 definitions in type refinement */ }
- Definition Classes
- ZIOEnvLifecycleTagLowPriority
- 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()