trait Distage extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Distage
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type Activation = izumi.distage.model.definition.Activation
- type AutoSetModule = izumi.distage.planning.AutoSetModule
- type Axis = izumi.distage.model.definition.Axis
- type BindingTag = izumi.distage.model.definition.BindingTag
- type BootstrapModule = izumi.distage.model.definition.BootstrapModule
- type BootstrapModuleDef = izumi.distage.model.definition.BootstrapModuleDef
- type ClassConstructor[T] = izumi.distage.constructors.ClassConstructor[T]
- type DIKey = izumi.distage.model.reflection.DIKey
- type DefaultModule[F[_]] = izumi.distage.modules.DefaultModule[F]
- type DefaultModule2[F[_, _]] = izumi.distage.modules.DefaultModule[[β$0$]F[Throwable, β$0$]]
- type DefaultModule3[F[_, _, _]] = izumi.distage.modules.DefaultModule[[γ$1$]F[Any, Throwable, γ$1$]]
- type FactoryConstructor[T] = izumi.distage.constructors.FactoryConstructor[T]
- type Functoid[+A] = izumi.distage.model.providers.Functoid[A]
- type GraphDumpBootstrapModule = izumi.distage.planning.extensions.GraphDumpBootstrapModule
- type GraphDumpObserver = izumi.distage.planning.extensions.GraphDumpObserver
- type Id = izumi.distage.model.definition.Id
- type Identity[+A] = A
- type Injector[F[_]] = izumi.distage.model.Injector[F]
- type Lifecycle[+F[_], +A] = izumi.functional.lifecycle.Lifecycle[F, A]
- type Lifecycle2[+F[+_, +_], +E, +A] = izumi.functional.lifecycle.Lifecycle[[β$0$]F[E, β$0$], A]
- type Lifecycle3[+F[-_, +_, +_], -R, +E, +A] = izumi.functional.lifecycle.Lifecycle[[γ$1$]F[R, E, γ$1$], A]
- type Locator = izumi.distage.model.Locator
- type LocatorDef = izumi.distage.model.definition.LocatorDef
- type LocatorPrivacy = izumi.distage.model.definition.LocatorPrivacy
- type LocatorRef = izumi.distage.model.recursive.LocatorRef
- type Module = izumi.distage.model.definition.Module
- type ModuleBase = izumi.distage.model.definition.ModuleBase
- type ModuleDef = izumi.distage.model.definition.ModuleDef
- type Plan = izumi.distage.model.plan.Plan
- type PlanVerifier = izumi.distage.planning.solver.PlanVerifier
- type Planner = izumi.distage.model.Planner
- type PlannerInput = izumi.distage.model.PlannerInput
- type Producer = izumi.distage.model.Producer
- type Roots = izumi.distage.model.plan.Roots
- type SafeType = izumi.distage.model.reflection.SafeType
- type Subcontext[A] = izumi.distage.Subcontext[A]
- type Tag[T] = izumi.reflect.Tag[T]
- type TagK[T[_]] = HKTag[AnyRef { type Arg[A] = T[A] }]
- type TagK3[T[_, _, _]] = HKTag[AnyRef { type Arg[A, B, C] = T[A,B,C] }]
- type TagKK[T[_, _]] = HKTag[AnyRef { type Arg[A, B] = T[A,B] }]
- type TagT[T[_[_]]] = HKTag[AnyRef { type Arg[A[_]] = T[A] }]
- type TagTK[T[_[_], _]] = HKTag[AnyRef { type Arg[A[_], B] = T[A,B] }]
- type TagTK3[T[_[_], _, _, _]] = HKTag[AnyRef { type Arg[A[_], B, C, D] = T[A,B,C,D] }]
- type TagTKK[T[_[_], _, _]] = HKTag[AnyRef { type Arg[A[_], B, C] = T[A,B,C] }]
- type TraitConstructor[T] = izumi.distage.constructors.TraitConstructor[T]
- type With[T] = izumi.distage.model.definition.With[T]
- type ZEnvConstructor[T] = izumi.distage.constructors.ZEnvConstructor[T]
- type impl = izumi.distage.model.definition.impl
Deprecated Type Members
- type AnyConstructor[T] = izumi.distage.constructors.ClassConstructor[T]
- Annotations
- @deprecated
- Deprecated
Removed since 1.2.0. Use ClassConstructor instead.
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
- val Activation: izumi.distage.model.definition.Activation.type
- val AutoSetModule: izumi.distage.planning.AutoSetModule.type
- val Axis: izumi.distage.model.definition.Axis.type
- val BindingTag: izumi.distage.model.definition.BindingTag.type
- val BootstrapModule: izumi.distage.model.definition.BootstrapModule.type
- val ClassConstructor: izumi.distage.constructors.ClassConstructor.type
- val DIKey: izumi.distage.model.reflection.DIKey.type
- val DefaultModule: izumi.distage.modules.DefaultModule.type
- val DefaultModule2: izumi.distage.modules.DefaultModule2.type
- val DefaultModule3: izumi.distage.modules.DefaultModule3.type
- val FactoryConstructor: izumi.distage.constructors.FactoryConstructor.type
- val Functoid: izumi.distage.model.providers.Functoid.type
- val GraphDumpBootstrapModule: izumi.distage.planning.extensions.GraphDumpBootstrapModule.type
- val GraphDumpObserver: izumi.distage.planning.extensions.GraphDumpObserver.type
- val Identity: izumi.fundamentals.platform.functional.Identity.type
- val Lifecycle: izumi.distage.model.definition.Lifecycle.type
- val Locator: izumi.distage.model.Locator.type
- val LocatorPrivacy: izumi.distage.model.definition.LocatorPrivacy.type
- val Mode: izumi.distage.model.definition.StandardAxis.Mode.type
- val Module: izumi.distage.model.definition.Module.type
- val ModuleBase: izumi.distage.model.definition.ModuleBase.type
- val Plan: izumi.distage.model.plan.Plan.type
- val PlanVerifier: izumi.distage.planning.solver.PlanVerifier.type
- val PlannerInput: izumi.distage.model.PlannerInput.type
- val Repo: izumi.distage.model.definition.StandardAxis.Repo.type
- val Roots: izumi.distage.model.plan.Roots.type
- val SafeType: izumi.distage.model.reflection.SafeType.type
- val Scene: izumi.distage.model.definition.StandardAxis.Scene.type
- val StandardAxis: izumi.distage.model.definition.StandardAxis.type
- val Tag: izumi.reflect.Tag.type
- val TagK: izumi.reflect.TagK.type
- val TagK3: izumi.reflect.TagK3.type
- val TagKK: izumi.reflect.TagKK.type
- val TagT: izumi.reflect.TagT.type
- val TagTK: izumi.reflect.TagTK.type
- val TagTK3: izumi.reflect.TagTK3.type
- val TagTKK: izumi.reflect.TagTKK.type
- val TraitConstructor: izumi.distage.constructors.TraitConstructor.type
- val World: izumi.distage.model.definition.StandardAxis.World.type
- val ZEnvConstructor: izumi.distage.constructors.ZEnvConstructor.type
- 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
- 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
- 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()
Deprecated Value Members
- val AnyConstructor: izumi.distage.constructors.AnyConstructor.type
- Annotations
- @deprecated
- Deprecated
Removed since 1.2.0. Use ClassConstructor instead.