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(preps: GraphPreparations)

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 allImportingBindings(matrix: ImmutableMultiMap[DIKey, (InstantiationOp, Set[AxisPoint])], currentActivation: Set[AxisPoint])(importedKey: DIKey, d: DIKey): Set[OperationOrigin]
    Attributes
    protected[this]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def checkConflicts(allAxis: Map[String, Set[String]], withoutCurrentActivations: Set[(InstantiationOp, Set[AxisPoint], Set[AxisPoint])], execOpIndex: MutableMultiMap[DIKey, InstantiationOp], excludedActivations: Set[NESet[AxisPoint]], effectType: SafeType): Either[NEList[PlanIssue], Seq[(Set[AxisPoint], Set[DIKey])]]
    Attributes
    protected[this]
  7. final def checkForConflictingAxisChoices(ops: Set[(InstantiationOp, Set[AxisPoint], Set[AxisPoint])]): List[ConflictingAxisChoices]
    Attributes
    protected[this]
  8. 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]
  9. def checkForIncompatibleEffectType(effectType: SafeType, ops: Set[(InstantiationOp, Set[AxisPoint], Set[AxisPoint])]): List[IncompatibleEffectType]
    Attributes
    protected[this]
  10. final def checkForShadowedActivations(allAxis: Map[String, Set[String]], ops: Set[(InstantiationOp, Set[AxisPoint], Set[AxisPoint])]): List[ShadowedActivation]
    Attributes
    protected[this]
  11. 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]
  12. 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()
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  14. final def depsOf(execOpIndex: MutableMultiMap[DIKey, InstantiationOp])(op: InstantiationOp): Set[DIKey]
    Attributes
    protected[this]
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def isIgnoredActivation(excludedActivations: Set[NESet[AxisPoint]])(activation: Set[AxisPoint]): Boolean
    Attributes
    protected[this]
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. def trace(allAxis: Map[String, Set[String]], allVisited: HashSet[(DIKey, Set[AxisPoint])], matrix: ImmutableMultiMap[DIKey, (InstantiationOp, Set[AxisPoint])], execOpIndex: MutableMultiMap[DIKey, InstantiationOp], justMutators: ImmutableMultiMap[DIKey, (InstantiationOp, Set[AxisPoint])], providedKeys: (DIKey) => Boolean, excludedActivations: Set[NESet[AxisPoint]], rootKeys: Set[DIKey], effectType: SafeType, bindings: ModuleBase): Set[PlanIssue]
    Attributes
    protected[this]
  28. def verify[F[_]](bindings: ModuleBase, roots: Roots, providedKeys: (DIKey) => Boolean, excludedActivations: Set[NESet[AxisPoint]])(implicit arg0: TagK[F]): PlanVerifierResult
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped