c

izumi.distage.provisioning

ProvisionMutable

final class ProvisionMutable[F[_]] extends Provision[F]

Linear Supertypes
Provision[F], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProvisionMutable
  2. Provision
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ProvisionMutable(plan: Plan, parentContext: Locator)(implicit arg0: TagK[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. def addResult(verifier: ProvisionOperationVerifier, result: NewObjectOp): Option[ProvisionerIssue]
  5. def asContext(): LocatorContext
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def enumerate: Seq[IdentifiedRef]
    Definition Classes
    Provision
    Annotations
    @nowarn()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. val finalizers: ListBuffer[Finalizer[F]]
    Definition Classes
    ProvisionMutableProvision
  13. def finish(state: TraversalState): LocatorDefaultImpl[F]
  14. final def get(key: DIKey): Option[Any]
    Definition Classes
    Provision
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. val imports: LinkedHashMap[DIKey, Any]
    Definition Classes
    ProvisionMutableProvision
  18. def index: Map[DIKey, Any]
    Definition Classes
    Provision
  19. val instances: LinkedHashMap[DIKey, Any]

    This is an ordered collection!

    This is an ordered collection!

    Definition Classes
    ProvisionMutableProvision
    Note

    There is a scala.collection.SeqMap interface in Scala 2.13 but we need to stick to generic one because of 2.12

  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def locatorInstance(): Seq[NewObjectOp]
  22. def makeFailure(state: TraversalState, fullStackTraces: Boolean, diag: ProvisioningFailure): FailedProvisionInternal[F]
  23. def makeFailure(state: TraversalState, fullStackTraces: Boolean): FailedProvisionInternal[F]
  24. def narrow(allRequiredKeys: Set[DIKey]): ProvisionImmutable[F]
    Definition Classes
    ProvisionMutableProvision
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. val plan: Plan
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toImmutable: ProvisionImmutable[F]
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Provision[F]

Inherited from AnyRef

Inherited from Any

Ungrouped