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

Type Members

  1. type AbstractPlan = com.github.pshirshov.izumi.distage.model.plan.AbstractPlan
  2. type AutoSetModule = com.github.pshirshov.izumi.distage.planning.AutoSetModule
  3. type Axis[+MM <: AxisValue] = com.github.pshirshov.izumi.distage.model.definition.Axis[MM]
  4. type BindingTag = com.github.pshirshov.izumi.distage.model.definition.BindingTag
  5. type BootstrapModule = com.github.pshirshov.izumi.distage.model.definition.BootstrapModule
  6. type BootstrapModuleDef = com.github.pshirshov.izumi.distage.model.definition.BootstrapModuleDef
  7. type DIKey = com.github.pshirshov.izumi.distage.model.reflection.universe.RuntimeDIUniverse.DIKey
  8. type DIResource[+F[_], Resource] = com.github.pshirshov.izumi.distage.model.definition.DIResource[F, Resource]
  9. type GCMode = com.github.pshirshov.izumi.distage.model.GCMode
  10. type Id = com.github.pshirshov.izumi.distage.model.definition.Id
  11. type Injector = com.github.pshirshov.izumi.distage.model.Injector
  12. type Locator = com.github.pshirshov.izumi.distage.model.Locator
  13. type Module = com.github.pshirshov.izumi.distage.model.definition.Module
  14. type ModuleBase = com.github.pshirshov.izumi.distage.model.definition.ModuleBase
  15. type ModuleDef = com.github.pshirshov.izumi.distage.model.definition.ModuleDef
  16. type OrderedPlan = com.github.pshirshov.izumi.distage.model.plan.OrderedPlan
  17. type Planner = com.github.pshirshov.izumi.distage.model.Planner
  18. type PlannerInput = com.github.pshirshov.izumi.distage.model.PlannerInput
  19. type Producer = com.github.pshirshov.izumi.distage.model.Producer
  20. type SafeType = com.github.pshirshov.izumi.distage.model.reflection.universe.RuntimeDIUniverse.SafeType
  21. type SemiPlan = com.github.pshirshov.izumi.distage.model.plan.SemiPlan
  22. type Tag[T] = com.github.pshirshov.izumi.distage.model.reflection.universe.RuntimeDIUniverse.Tag[T]
  23. type TagK[T[_]] = com.github.pshirshov.izumi.distage.model.reflection.universe.RuntimeDIUniverse.HKTag[AnyRef { type Arg[A] = T[A] }]
  24. type TagK3[T[_, _, _]] = com.github.pshirshov.izumi.distage.model.reflection.universe.RuntimeDIUniverse.HKTag[AnyRef { type Arg[A, B, C] = T[A,B,C] }]
  25. type TagKK[T[_, _]] = com.github.pshirshov.izumi.distage.model.reflection.universe.RuntimeDIUniverse.HKTag[AnyRef { type Arg[A, B] = T[A,B] }]
  26. type TagT[T[_[_]]] = com.github.pshirshov.izumi.distage.model.reflection.universe.RuntimeDIUniverse.HKTag[AnyRef { type Arg[A[_]] = T[A] }]
  27. type TagTK[T[_[_], _]] = com.github.pshirshov.izumi.distage.model.reflection.universe.RuntimeDIUniverse.HKTag[AnyRef { type Arg[A[_], B] = T[A,B] }]
  28. type TagTK3[T[_[_], _, _, _]] = com.github.pshirshov.izumi.distage.model.reflection.universe.RuntimeDIUniverse.HKTag[AnyRef { type Arg[A[_], B, C, D] = T[A,B,C,D] }]
  29. type TagTKK[T[_[_], _, _]] = com.github.pshirshov.izumi.distage.model.reflection.universe.RuntimeDIUniverse.HKTag[AnyRef { type Arg[A[_], B, C] = T[A,B,C] }]
  30. type With[T] = com.github.pshirshov.izumi.distage.model.definition.With[T]

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 AutoSetModule: com.github.pshirshov.izumi.distage.planning.AutoSetModule.type
  5. val Axis: com.github.pshirshov.izumi.distage.model.definition.Axis.type
  6. val BindingTag: com.github.pshirshov.izumi.distage.model.definition.BindingTag.type
  7. val BootstrapModule: com.github.pshirshov.izumi.distage.model.definition.BootstrapModule.type
  8. val CompactPlanFormatter: com.github.pshirshov.izumi.distage.model.plan.CompactPlanFormatter.type
  9. val DIKey: com.github.pshirshov.izumi.distage.model.reflection.universe.RuntimeDIUniverse.DIKey.type
  10. val DIResource: com.github.pshirshov.izumi.distage.model.definition.DIResource.type
  11. val GCMode: com.github.pshirshov.izumi.distage.model.GCMode.type
  12. val Module: com.github.pshirshov.izumi.distage.model.definition.Module.type
  13. val ModuleBase: com.github.pshirshov.izumi.distage.model.definition.ModuleBase.type
  14. val OrderedPlan: com.github.pshirshov.izumi.distage.model.plan.OrderedPlan.type
  15. val PlannerInput: com.github.pshirshov.izumi.distage.model.PlannerInput.type
  16. val SafeType: com.github.pshirshov.izumi.distage.model.reflection.universe.RuntimeDIUniverse.SafeType.type
  17. val SemiPlan: com.github.pshirshov.izumi.distage.model.plan.SemiPlan.type
  18. val StandardAxis: com.github.pshirshov.izumi.distage.model.definition.StandardAxis.type
  19. val Tag: com.github.pshirshov.izumi.distage.model.reflection.universe.RuntimeDIUniverse.Tag.type
  20. val TagK: com.github.pshirshov.izumi.distage.model.reflection.universe.RuntimeDIUniverse.TagK.type
  21. val TagK3: com.github.pshirshov.izumi.distage.model.reflection.universe.RuntimeDIUniverse.TagK3.type
  22. val TagKK: com.github.pshirshov.izumi.distage.model.reflection.universe.RuntimeDIUniverse.TagKK.type
  23. val TagT: com.github.pshirshov.izumi.distage.model.reflection.universe.RuntimeDIUniverse.TagT.type
  24. val TagTK: com.github.pshirshov.izumi.distage.model.reflection.universe.RuntimeDIUniverse.TagTK.type
  25. val TagTK3: com.github.pshirshov.izumi.distage.model.reflection.universe.RuntimeDIUniverse.TagTK3.type
  26. val TagTKK: com.github.pshirshov.izumi.distage.model.reflection.universe.RuntimeDIUniverse.TagTKK.type
  27. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  28. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  29. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  31. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  32. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  33. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped