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 Activation = izumi.distage.model.definition.Activation
  2. type AutoSetModule = izumi.distage.planning.AutoSetModule
  3. type Axis = izumi.distage.model.definition.Axis
  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 ClassConstructor[T] = izumi.distage.constructors.ClassConstructor[T]
  8. type DIKey = izumi.distage.model.reflection.DIKey
  9. type DefaultModule[F[_]] = izumi.distage.modules.DefaultModule[F]
  10. type DefaultModule2[F[_, _]] = izumi.distage.modules.DefaultModule[[β$0$]F[Throwable, β$0$]]
  11. type DefaultModule3[F[_, _, _]] = izumi.distage.modules.DefaultModule[[γ$1$]F[Any, Throwable, γ$1$]]
  12. type FactoryConstructor[T] = izumi.distage.constructors.FactoryConstructor[T]
  13. type Functoid[+A] = izumi.distage.model.providers.Functoid[A]
  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 Identity[+A] = A
  18. type Injector[F[_]] = izumi.distage.model.Injector[F]
  19. type Lifecycle[+F[_], +A] = izumi.functional.lifecycle.Lifecycle[F, A]
  20. type Lifecycle2[+F[+_, +_], +E, +A] = izumi.functional.lifecycle.Lifecycle[[β$0$]F[E, β$0$], A]
  21. type Lifecycle3[+F[-_, +_, +_], -R, +E, +A] = izumi.functional.lifecycle.Lifecycle[[γ$1$]F[R, E, γ$1$], A]
  22. type Locator = izumi.distage.model.Locator
  23. type LocatorDef = izumi.distage.model.definition.LocatorDef
  24. type LocatorRef = izumi.distage.model.recursive.LocatorRef
  25. type Module = izumi.distage.model.definition.Module
  26. type ModuleBase = izumi.distage.model.definition.ModuleBase
  27. type ModuleDef = izumi.distage.model.definition.ModuleDef
  28. type Plan = izumi.distage.model.plan.Plan
  29. type PlanVerifier = izumi.distage.planning.solver.PlanVerifier
  30. type Planner = izumi.distage.model.Planner
  31. type PlannerInput = izumi.distage.model.PlannerInput
  32. type Producer = izumi.distage.model.Producer
  33. type Roots = izumi.distage.model.plan.Roots
  34. type SafeType = izumi.distage.model.reflection.SafeType
  35. type Subcontext[A] = izumi.distage.Subcontext[A]
  36. type Tag[T] = izumi.reflect.Tag[T]
  37. type TagK[T[_]] = HKTag[AnyRef { type Arg[A] = T[A] }]
  38. type TagK3[T[_, _, _]] = HKTag[AnyRef { type Arg[A, B, C] = T[A,B,C] }]
  39. type TagKK[T[_, _]] = HKTag[AnyRef { type Arg[A, B] = T[A,B] }]
  40. type TagT[T[_[_]]] = HKTag[AnyRef { type Arg[A[_]] = T[A] }]
  41. type TagTK[T[_[_], _]] = HKTag[AnyRef { type Arg[A[_], B] = T[A,B] }]
  42. type TagTK3[T[_[_], _, _, _]] = HKTag[AnyRef { type Arg[A[_], B, C, D] = T[A,B,C,D] }]
  43. type TagTKK[T[_[_], _, _]] = HKTag[AnyRef { type Arg[A[_], B, C] = T[A,B,C] }]
  44. type TraitConstructor[T] = izumi.distage.constructors.TraitConstructor[T]
  45. type With[T] = izumi.distage.model.definition.With[T]
  46. type ZEnvConstructor[T] = izumi.distage.constructors.ZEnvConstructor[T]
  47. type impl = izumi.distage.model.definition.impl

Deprecated Type Members

  1. type AnyConstructor[T] = izumi.distage.constructors.ClassConstructor[T]
    Annotations
    @deprecated
    Deprecated

    Removed since 1.2.0. Use ClassConstructor instead.

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 DefaultModule: izumi.distage.modules.DefaultModule.type
  12. val DefaultModule2: izumi.distage.modules.DefaultModule2.type
  13. val DefaultModule3: izumi.distage.modules.DefaultModule3.type
  14. val FactoryConstructor: izumi.distage.constructors.FactoryConstructor.type
  15. val Functoid: izumi.distage.model.providers.Functoid.type
  16. val GraphDumpBootstrapModule: izumi.distage.planning.extensions.GraphDumpBootstrapModule.type
  17. val GraphDumpObserver: izumi.distage.planning.extensions.GraphDumpObserver.type
  18. val Identity: izumi.fundamentals.platform.functional.Identity.type
  19. val Lifecycle: izumi.distage.model.definition.Lifecycle.type
  20. val Locator: izumi.distage.model.Locator.type
  21. val Mode: izumi.distage.model.definition.StandardAxis.Mode.type
  22. val Module: izumi.distage.model.definition.Module.type
  23. val ModuleBase: izumi.distage.model.definition.ModuleBase.type
  24. val Plan: izumi.distage.model.plan.Plan.type
  25. val PlanVerifier: izumi.distage.planning.solver.PlanVerifier.type
  26. val PlannerInput: izumi.distage.model.PlannerInput.type
  27. val Repo: izumi.distage.model.definition.StandardAxis.Repo.type
  28. val Roots: izumi.distage.model.plan.Roots.type
  29. val SafeType: izumi.distage.model.reflection.SafeType.type
  30. val Scene: izumi.distage.model.definition.StandardAxis.Scene.type
  31. val StandardAxis: izumi.distage.model.definition.StandardAxis.type
  32. val Tag: izumi.reflect.Tag.type
  33. val TagK: izumi.reflect.TagK.type
  34. val TagK3: izumi.reflect.TagK3.type
  35. val TagKK: izumi.reflect.TagKK.type
  36. val TagT: izumi.reflect.TagT.type
  37. val TagTK: izumi.reflect.TagTK.type
  38. val TagTK3: izumi.reflect.TagTK3.type
  39. val TagTKK: izumi.reflect.TagTKK.type
  40. val TraitConstructor: izumi.distage.constructors.TraitConstructor.type
  41. val World: izumi.distage.model.definition.StandardAxis.World.type
  42. val ZEnvConstructor: izumi.distage.constructors.ZEnvConstructor.type
  43. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  44. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  45. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  46. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  47. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  48. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  49. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  50. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  51. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  52. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  53. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  54. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  55. def toString(): String
    Definition Classes
    AnyRef → Any
  56. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  57. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  58. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. val AnyConstructor: izumi.distage.constructors.AnyConstructor.type
    Annotations
    @deprecated
    Deprecated

    Removed since 1.2.0. Use ClassConstructor instead.

Inherited from AnyRef

Inherited from Any

Ungrouped