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.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 GraphDumpBootstrapModule = izumi.distage.planning.extensions.GraphDumpBootstrapModule
  14. type GraphDumpObserver = izumi.distage.planning.extensions.GraphDumpObserver
  15. type HasConstructor[T] = izumi.distage.constructors.HasConstructor[T]
  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 Roots = izumi.distage.model.plan.Roots
  29. type SafeType = izumi.distage.model.reflection.SafeType
  30. type SemiPlan = izumi.distage.model.plan.SemiPlan
  31. type Tag[T] = izumi.reflect.Tag[T]
  32. type TagK[T[_]] = HKTag[AnyRef { type Arg[A] = T[A] }]
  33. type TagK3[T[_, _, _]] = HKTag[AnyRef { type Arg[A, B, C] = T[A,B,C] }]
  34. type TagKK[T[_, _]] = HKTag[AnyRef { type Arg[A, B] = T[A,B] }]
  35. type TagT[T[_[_]]] = HKTag[AnyRef { type Arg[A[_]] = T[A] }]
  36. type TagTK[T[_[_], _]] = HKTag[AnyRef { type Arg[A[_], B] = T[A,B] }]
  37. type TagTK3[T[_[_], _, _, _]] = HKTag[AnyRef { type Arg[A[_], B, C, D] = T[A,B,C,D] }]
  38. type TagTKK[T[_[_], _, _]] = HKTag[AnyRef { type Arg[A[_], B, C] = T[A,B,C] }]
  39. type TraitConstructor[T] = izumi.distage.constructors.TraitConstructor[T]
  40. type With[T] = izumi.distage.model.definition.With[T]
  41. type impl = izumi.distage.model.definition.impl

Deprecated Type Members

  1. type GCMode = izumi.distage.model.plan.Roots
    Annotations
    @deprecated
    Deprecated

    (Since version old name will be deleted in 0.11.1) GCMode has been renamed to Roots

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.DIKey.type
  11. val DIResource: izumi.distage.model.definition.DIResource.type
  12. val FactoryConstructor: izumi.distage.constructors.FactoryConstructor.type
  13. val GraphDumpBootstrapModule: izumi.distage.planning.extensions.GraphDumpBootstrapModule.type
  14. val GraphDumpObserver: izumi.distage.planning.extensions.GraphDumpObserver.type
  15. val HasConstructor: izumi.distage.constructors.HasConstructor.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 Roots: izumi.distage.model.plan.Roots.type
  22. val SafeType: izumi.distage.model.reflection.SafeType.type
  23. val SemiPlan: izumi.distage.model.plan.SemiPlan.type
  24. val StandardAxis: izumi.distage.model.definition.StandardAxis.type
  25. val Tag: izumi.reflect.Tag.type
  26. val TagK: izumi.reflect.TagK.type
  27. val TagK3: izumi.reflect.TagK3.type
  28. val TagKK: izumi.reflect.TagKK.type
  29. val TagT: izumi.reflect.TagT.type
  30. val TagTK: izumi.reflect.TagTK.type
  31. val TagTK3: izumi.reflect.TagTK3.type
  32. val TagTKK: izumi.reflect.TagTKK.type
  33. val TraitConstructor: izumi.distage.constructors.TraitConstructor.type
  34. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  35. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  36. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  38. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  39. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  40. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  41. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  42. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  44. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  45. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. val GCMode: izumi.distage.model.plan.Roots.type
    Annotations
    @deprecated
    Deprecated

    (Since version old name will be deleted in 0.11.1) GCMode has been renamed to Roots

Inherited from AnyRef

Inherited from Any

Ungrouped