Packages

c

izumi.distage

LocatorDefaultImpl

final class LocatorDefaultImpl[F[_]] extends AbstractLocator

Linear Supertypes
AbstractLocator, Locator, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LocatorDefaultImpl
  2. AbstractLocator
  3. Locator
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LocatorDefaultImpl(plan: OrderedPlan, parent: Option[Locator], dependencyMap: ProvisionImmutable[F])

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. final def allInstances: Seq[IdentifiedRef]
    Definition Classes
    Locator
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. val dependencyMap: ProvisionImmutable[F]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalizers[F1[_]](implicit arg0: model.reflection.universe.RuntimeDIUniverse.TagK[F1]): Seq[Finalizer[F1]]
    Attributes
    protected[distage]
    Definition Classes
    LocatorDefaultImpl → Locator
  11. final def find[T](id: String)(implicit arg0: model.reflection.universe.RuntimeDIUniverse.Tag[T]): Option[T]
    Definition Classes
    AbstractLocator → Locator
  12. final def find[T](implicit arg0: model.reflection.universe.RuntimeDIUniverse.Tag[T]): Option[T]
    Definition Classes
    AbstractLocator → Locator
  13. final def get[T](id: String)(implicit arg0: model.reflection.universe.RuntimeDIUniverse.Tag[T]): T
    Definition Classes
    AbstractLocator → Locator
  14. final def get[T](implicit arg0: model.reflection.universe.RuntimeDIUniverse.Tag[T]): T
    Definition Classes
    AbstractLocator → Locator
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def index: Map[model.reflection.universe.RuntimeDIUniverse.DIKey, Any]
    Definition Classes
    Locator
  18. def instances: Seq[IdentifiedRef]
    Definition Classes
    LocatorDefaultImpl → Locator
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def lookupInstance[T](key: model.reflection.universe.RuntimeDIUniverse.DIKey)(implicit arg0: model.reflection.universe.RuntimeDIUniverse.Tag[T]): Option[T]
    Definition Classes
    AbstractLocator → Locator
  21. final def lookupInstanceOrThrow[T](key: model.reflection.universe.RuntimeDIUniverse.DIKey)(implicit arg0: model.reflection.universe.RuntimeDIUniverse.Tag[T]): T
    Definition Classes
    AbstractLocator → Locator
  22. def lookupLocal[T](key: model.reflection.universe.RuntimeDIUniverse.DIKey)(implicit arg0: model.reflection.universe.RuntimeDIUniverse.Tag[T]): Option[model.reflection.universe.RuntimeDIUniverse.TypedRef[T]]
    Attributes
    protected[distage]
    Definition Classes
    AbstractLocator → Locator
  23. def lookupLocalUnsafe(key: model.reflection.universe.RuntimeDIUniverse.DIKey): Option[Any]
    Attributes
    protected
    Definition Classes
    LocatorDefaultImpl → AbstractLocator
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. val parent: Option[Locator]
    Definition Classes
    LocatorDefaultImpl → Locator
  28. val plan: OrderedPlan
    Definition Classes
    LocatorDefaultImpl → Locator
  29. final def run[T](function: ProviderMagnet[T]): T
    Definition Classes
    Locator
  30. final def runOption[T](function: ProviderMagnet[T]): Option[T]
    Definition Classes
    Locator
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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 AbstractLocator

Inherited from Locator

Inherited from AnyRef

Inherited from Any

Ungrouped