Packages

t

distage

Distage

trait Distage extends AnyRef

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

Type Members

  1. type AbstractPlan[OpType <: ExecutableOp] = izumi.distage.model.plan.AbstractPlan[OpType]
  2. type Activation = izumi.distage.model.definition.Activation
  3. type AutoSetModule = izumi.distage.planning.AutoSetModule
  4. type Axis = izumi.distage.model.definition.Axis
  5. type BindingTag = izumi.distage.model.definition.BindingTag
  6. type BootstrapModule = izumi.distage.model.definition.BootstrapModule
  7. type BootstrapModuleDef = izumi.distage.model.definition.BootstrapModuleDef
  8. type ClassConstructor[T] = izumi.distage.constructors.ClassConstructor[T]
  9. type DIKey = izumi.distage.model.reflection.universe.RuntimeDIUniverse.DIKey
  10. type DIResource[+F[_], Resource] = izumi.distage.model.definition.DIResource[F, Resource]
  11. type DIResourceBase[+F[_], +Resource] = izumi.distage.model.definition.DIResource.DIResourceBase[F, Resource]
  12. type FactoryConstructor[T] = izumi.distage.constructors.FactoryConstructor[T]
  13. type GCMode = izumi.distage.model.plan.GCMode
  14. type GraphDumpBootstrapModule = izumi.distage.planning.extensions.GraphDumpBootstrapModule
  15. type GraphDumpObserver = izumi.distage.planning.extensions.GraphDumpObserver
  16. type Id = izumi.distage.model.definition.Id
  17. type Injector = izumi.distage.model.Injector
  18. type Locator = izumi.distage.model.Locator
  19. type LocatorRef = izumi.distage.model.recursive.LocatorRef
  20. type Module = izumi.distage.model.definition.Module
  21. type ModuleBase = izumi.distage.model.definition.ModuleBase
  22. type ModuleDef = izumi.distage.model.definition.ModuleDef
  23. type OrderedPlan = izumi.distage.model.plan.OrderedPlan
  24. type Planner = izumi.distage.model.Planner
  25. type PlannerInput = izumi.distage.model.PlannerInput
  26. type Producer = izumi.distage.model.Producer
  27. type ProviderMagnet[+A] = izumi.distage.model.providers.ProviderMagnet[A]
  28. type SafeType = izumi.distage.model.reflection.universe.RuntimeDIUniverse.SafeType
  29. type SemiPlan = izumi.distage.model.plan.SemiPlan
  30. type Tag[T] = izumi.fundamentals.reflection.Tags.Tag[T]
  31. type TagK[T[_]] = HKTag[AnyRef { type Arg[A] = T[A] }]
  32. type TagK3[T[_, _, _]] = HKTag[AnyRef { type Arg[A, B, C] = T[A,B,C] }]
  33. type TagKK[T[_, _]] = HKTag[AnyRef { type Arg[A, B] = T[A,B] }]
  34. type TagT[T[_[_]]] = HKTag[AnyRef { type Arg[A[_]] = T[A] }]
  35. type TagTK[T[_[_], _]] = HKTag[AnyRef { type Arg[A[_], B] = T[A,B] }]
  36. type TagTK3[T[_[_], _, _, _]] = HKTag[AnyRef { type Arg[A[_], B, C, D] = T[A,B,C,D] }]
  37. type TagTKK[T[_[_], _, _]] = HKTag[AnyRef { type Arg[A[_], B, C] = T[A,B,C] }]
  38. type TraitConstructor[T] = izumi.distage.constructors.TraitConstructor[T]
  39. type With[T] = izumi.distage.model.definition.With[T]
  40. type impl = izumi.distage.model.definition.impl

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val Activation: izumi.distage.model.definition.Activation.type
  5. val AutoSetModule: izumi.distage.planning.AutoSetModule.type
  6. val Axis: izumi.distage.model.definition.Axis.type
  7. val BindingTag: izumi.distage.model.definition.BindingTag.type
  8. val BootstrapModule: izumi.distage.model.definition.BootstrapModule.type
  9. val ClassConstructor: izumi.distage.constructors.ClassConstructor.type
  10. val DIKey: izumi.distage.model.reflection.universe.RuntimeDIUniverse.DIKey.type
  11. val DIResource: izumi.distage.model.definition.DIResource.type
  12. val FactoryConstructor: izumi.distage.constructors.FactoryConstructor.type
  13. val GCMode: izumi.distage.model.plan.GCMode.type
  14. val GraphDumpBootstrapModule: izumi.distage.planning.extensions.GraphDumpBootstrapModule.type
  15. val GraphDumpObserver: izumi.distage.planning.extensions.GraphDumpObserver.type
  16. val Module: izumi.distage.model.definition.Module.type
  17. val ModuleBase: izumi.distage.model.definition.ModuleBase.type
  18. val OrderedPlan: izumi.distage.model.plan.OrderedPlan.type
  19. val PlannerInput: izumi.distage.model.PlannerInput.type
  20. val ProviderMagnet: izumi.distage.model.providers.ProviderMagnet.type
  21. val SafeType: izumi.distage.model.reflection.universe.RuntimeDIUniverse.SafeType.type
  22. val SemiPlan: izumi.distage.model.plan.SemiPlan.type
  23. val StandardAxis: izumi.distage.model.definition.StandardAxis.type
  24. val Tag: izumi.fundamentals.reflection.Tags.Tag.type
  25. val TagK: izumi.fundamentals.reflection.Tags.TagK.type
  26. val TagK3: izumi.fundamentals.reflection.Tags.TagK3.type
  27. val TagKK: izumi.fundamentals.reflection.Tags.TagKK.type
  28. val TagT: izumi.fundamentals.reflection.Tags.TagT.type
  29. val TagTK: izumi.fundamentals.reflection.Tags.TagTK.type
  30. val TagTK3: izumi.fundamentals.reflection.Tags.TagTK3.type
  31. val TagTKK: izumi.fundamentals.reflection.Tags.TagTKK.type
  32. val TraitConstructor: izumi.distage.constructors.TraitConstructor.type
  33. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  34. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  35. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  37. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  40. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  41. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  42. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  43. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped