Packages

class PlanVerifier extends AnyRef

Annotations
@nowarn()
See also

izumi.distage.model.Injector.assert

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PlanVerifier
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PlanVerifier(queries: GraphQueries)

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 asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def checkConflicts(allAxis: Map[String, Set[String]], withoutCurrentActivations: Set[(InstantiationOp, Set[AxisPoint], Set[AxisPoint])], execOpIndex: MutableMultiMap[DIKey, InstantiationOp], excludedActivations: Set[NESet[AxisPoint]], effectType: SafeType, ignoreIssues: Boolean): Either[NEList[PlanIssue], Seq[(Set[AxisPoint], Set[DIKey])]]
    Attributes
    protected[this]
  6. final def checkForConflictingAxisChoices(ops: Set[(InstantiationOp, Set[AxisPoint], Set[AxisPoint])]): List[ConflictingAxisChoices]
    Attributes
    protected[this]
  7. final def checkForDuplicateActivations(ops: Set[(InstantiationOp, Set[AxisPoint], Set[AxisPoint])]): List[DuplicateActivations]

    this method fails in case any bindings in the set have indistinguishable activations

    this method fails in case any bindings in the set have indistinguishable activations

    Attributes
    protected[this]
  8. def checkForIncompatibleEffectType(effectType: SafeType, ops: Set[(InstantiationOp, Set[AxisPoint], Set[AxisPoint])]): List[IncompatibleEffectType]
    Attributes
    protected[this]
  9. final def checkForShadowedActivations(allAxis: Map[String, Set[String]], ops: Set[(InstantiationOp, Set[AxisPoint], Set[AxisPoint])]): List[ShadowedActivation]
    Attributes
    protected[this]
  10. final def checkForUnsaturatedAxis(allAxis: Map[String, Set[String]], ops: Set[(InstantiationOp, Set[AxisPoint], Set[AxisPoint])], excludedActivations: Set[NESet[AxisPoint]]): List[UnsaturatedAxis]

    This method fails in case there are missing/uncovered points on any of the reachable axis

    This method fails in case there are missing/uncovered points on any of the reachable axis

    Attributes
    protected[this]
  11. final def checkForUnsolvableConflicts(ops: Set[(InstantiationOp, Set[AxisPoint], Set[AxisPoint])]): List[UnsolvableConflict]

    this method fails in case any bindings in the set have indistinguishable activations

    this method fails in case any bindings in the set have indistinguishable activations

    Attributes
    protected[this]
    Annotations
    @tailrec()
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. def traceReachables[F[_]](bindings: ModuleBase, roots: Roots, providedKeys: (DIKey) => Boolean, excludedActivations: Set[NESet[AxisPoint]])(implicit arg0: TagK[F]): Set[DIKey]
  25. def verify[F[_]](bindings: ModuleBase, roots: Roots, providedKeys: (DIKey) => Boolean, excludedActivations: Set[NESet[AxisPoint]])(implicit arg0: TagK[F]): PlanVerifierResult
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped