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 AutoSetModule = izumi.distage.planning.AutoSetModule
  3. type Axis[+MM <: AxisValue] = izumi.distage.model.definition.Axis[MM]
  4. type BindingTag = izumi.distage.model.definition.BindingTag
  5. type BootstrapModule = izumi.distage.model.definition.BootstrapModule
  6. type BootstrapModuleDef = izumi.distage.model.definition.BootstrapModuleDef
  7. type DIKey = izumi.distage.model.reflection.universe.RuntimeDIUniverse.DIKey
  8. type DIResource[+F[_], Resource] = izumi.distage.model.definition.DIResource[F, Resource]
  9. type DIResourceBase[+F[_], +Resource] = izumi.distage.model.definition.DIResource.DIResourceBase[F, Resource]
  10. type GCMode = izumi.distage.model.plan.GCMode
  11. type GraphDumpBootstrapModule = izumi.distage.planning.extensions.GraphDumpBootstrapModule
  12. type GraphDumpObserver = izumi.distage.planning.extensions.GraphDumpObserver
  13. type Id = izumi.distage.model.definition.Id
  14. type Injector = izumi.distage.model.Injector
  15. type Locator = izumi.distage.model.Locator
  16. type LocatorRef = izumi.distage.model.Locator.LocatorRef
  17. type Module = izumi.distage.model.definition.Module
  18. type ModuleBase = izumi.distage.model.definition.ModuleBase
  19. type ModuleDef = izumi.distage.model.definition.ModuleDef
  20. type OrderedPlan = izumi.distage.model.plan.OrderedPlan
  21. type Planner = izumi.distage.model.Planner
  22. type PlannerInput = izumi.distage.model.PlannerInput
  23. type Producer = izumi.distage.model.Producer
  24. type ProviderMagnet[+A] = izumi.distage.model.providers.ProviderMagnet[A]
  25. type SafeType = izumi.distage.model.reflection.universe.RuntimeDIUniverse.SafeType
  26. type SemiPlan = izumi.distage.model.plan.SemiPlan
  27. type Tag[T] = izumi.fundamentals.reflection.Tags.Tag[T]
  28. type TagK[T[_]] = HKTag[AnyRef { type Arg[A] = T[A] }]
  29. type TagK3[T[_, _, _]] = HKTag[AnyRef { type Arg[A, B, C] = T[A,B,C] }]
  30. type TagKK[T[_, _]] = HKTag[AnyRef { type Arg[A, B] = T[A,B] }]
  31. type TagT[T[_[_]]] = HKTag[AnyRef { type Arg[A[_]] = T[A] }]
  32. type TagTK[T[_[_], _]] = HKTag[AnyRef { type Arg[A[_], B] = T[A,B] }]
  33. type TagTK3[T[_[_], _, _, _]] = HKTag[AnyRef { type Arg[A[_], B, C, D] = T[A,B,C,D] }]
  34. type TagTKK[T[_[_], _, _]] = HKTag[AnyRef { type Arg[A[_], B, C] = T[A,B,C] }]
  35. type With[T] = 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: izumi.distage.planning.AutoSetModule.type
  5. val Axis: izumi.distage.model.definition.Axis.type
  6. val BindingTag: izumi.distage.model.definition.BindingTag.type
  7. val BootstrapModule: izumi.distage.model.definition.BootstrapModule.type
  8. val CompactPlanFormatter: izumi.distage.model.plan.repr.CompactPlanFormatter.type
  9. val DIKey: izumi.distage.model.reflection.universe.RuntimeDIUniverse.DIKey.type
  10. val DIResource: izumi.distage.model.definition.DIResource.type
  11. val GCMode: izumi.distage.model.plan.GCMode.type
  12. val GraphDumpBootstrapModule: izumi.distage.planning.extensions.GraphDumpBootstrapModule.type
  13. val GraphDumpObserver: izumi.distage.planning.extensions.GraphDumpObserver.type
  14. val Module: izumi.distage.model.definition.Module.type
  15. val ModuleBase: izumi.distage.model.definition.ModuleBase.type
  16. val OrderedPlan: izumi.distage.model.plan.OrderedPlan.type
  17. val PlannerInput: izumi.distage.model.PlannerInput.type
  18. val ProviderMagnet: izumi.distage.model.providers.ProviderMagnet.type
  19. val SafeType: izumi.distage.model.reflection.universe.RuntimeDIUniverse.SafeType.type
  20. val SemiPlan: izumi.distage.model.plan.SemiPlan.type
  21. val StandardAxis: izumi.distage.model.definition.StandardAxis.type
  22. val Tag: izumi.fundamentals.reflection.Tags.Tag.type
  23. val TagK: izumi.fundamentals.reflection.Tags.TagK.type
  24. val TagK3: izumi.fundamentals.reflection.Tags.TagK3.type
  25. val TagKK: izumi.fundamentals.reflection.Tags.TagKK.type
  26. val TagT: izumi.fundamentals.reflection.Tags.TagT.type
  27. val TagTK: izumi.fundamentals.reflection.Tags.TagTK.type
  28. val TagTK3: izumi.fundamentals.reflection.Tags.TagTK3.type
  29. val TagTKK: izumi.fundamentals.reflection.Tags.TagTKK.type
  30. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  31. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  32. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  34. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  44. 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