Packages

final case class SemiPlan(steps: Vector[SemiplanOp], roots: Roots) extends AbstractPlan[SemiplanOp] with SemiPlanOps with Product with Serializable

An unordered plan.

Linear Supertypes
Serializable, Product, Equals, SemiPlanOps, AbstractPlan[SemiplanOp], PlanLazyOps[SemiplanOp], AbstractPlanExtendedAPI[SemiplanOp], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SemiPlan
  2. Serializable
  3. Product
  4. Equals
  5. SemiPlanOps
  6. AbstractPlan
  7. PlanLazyOps
  8. AbstractPlanExtendedAPI
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SemiPlan(steps: Vector[SemiplanOp], roots: Roots)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ++(that: AbstractPlan[SemiplanOp]): SemiPlan
    Definition Classes
    AbstractPlanExtendedAPI
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. final def collect(f: PartialFunction[SemiplanOp, SemiplanOp]): SemiPlan
    Definition Classes
    AbstractPlanExtendedAPI
  8. final def collectChildren[T](implicit arg0: Tag[T]): Seq[ExecutableOp]
    Definition Classes
    AbstractPlanExtendedAPI
  9. final def collectChildrenKeys[T](implicit arg0: Tag[T]): Set[DIKey]
    Definition Classes
    AbstractPlanExtendedAPI
  10. final def collectChildrenKeysSplit[T1, T2](implicit t1: Tag[T1], t2: Tag[T2]): (Set[DIKey], Set[DIKey])
    Definition Classes
    AbstractPlanExtendedAPI
  11. final def definition: ModuleBase
    Definition Classes
    PlanLazyOps
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def filter[T](implicit arg0: Tag[T]): Seq[ExecutableOp]
    Definition Classes
    AbstractPlanExtendedAPI
  14. final def flatMap(f: (SemiplanOp) => Seq[SemiplanOp]): SemiPlan
    Definition Classes
    AbstractPlanExtendedAPI
  15. final def foldLeft[T](z: T, f: (T, ExecutableOp) => T): T
    Definition Classes
    AbstractPlanExtendedAPI
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def getImports: Seq[ImportDependency]

    Get all imports (unresolved dependencies).

    Get all imports (unresolved dependencies).

    Note, presence of imports does not *always* mean that a plan is invalid, imports may be fulfilled by a parent Locator, by BootstrapContext, or they may be materialized by a custom izumi.distage.model.provisioning.strategies.ImportStrategy

    Definition Classes
    AbstractPlanExtendedAPI
    See also

    izumi.distage.model.plan.impl.OrderedPlanOps#assertValidOrThrow for a check you can use in tests

  18. final def index: Map[DIKey, SemiplanOp]
    Definition Classes
    PlanLazyOps
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def keys: Set[DIKey]
    Definition Classes
    AbstractPlanExtendedAPI
  21. final def locateImports(locator: Locator): SemiPlan
    Definition Classes
    SemiPlanOps
  22. final def map(f: (SemiplanOp) => SemiplanOp): SemiPlan
    Definition Classes
    AbstractPlanExtendedAPI
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. final def providerImport[T](id: Identifier)(function: Functoid[T]): SemiPlan
    Definition Classes
    SemiPlanOps
  28. final def providerImport[T](function: Functoid[T]): SemiPlan
    Definition Classes
    SemiPlanOps
  29. final def repr: String

    A longer-form rendering of the Plan, compared to izumi.distage.model.plan.impl.OrderedPlanExtensions.OrderedPlanRenderOps

    A longer-form rendering of the Plan, compared to izumi.distage.model.plan.impl.OrderedPlanExtensions.OrderedPlanRenderOps

    Definition Classes
    AbstractPlan
  30. final def resolveImport[T](id: Identifier)(instance: T)(implicit arg0: Tag[T]): SemiPlan
    Definition Classes
    SemiPlanOps
  31. final def resolveImport[T](instance: T)(implicit arg0: Tag[T]): SemiPlan
    Definition Classes
    SemiPlanOps
  32. final def resolveImports(f: PartialFunction[ImportDependency, Any]): SemiPlan
    Definition Classes
    SemiPlanOps
  33. final def resolveImportsOp(f: PartialFunction[ImportDependency, Seq[SemiplanOp]]): SemiPlan
    Definition Classes
    SemiPlanOps
  34. val roots: Roots
  35. val steps: Vector[SemiplanOp]
    Definition Classes
    SemiPlanAbstractPlan
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. final def toSemi: SemiPlan
    Definition Classes
    SemiPlanOps
  38. def toString(): String
    Definition Classes
    SemiPlan → AnyRef → Any
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from SemiPlanOps

Inherited from AbstractPlan[SemiplanOp]

Inherited from PlanLazyOps[SemiplanOp]

Inherited from AbstractPlanExtendedAPI[SemiplanOp]

Inherited from AnyRef

Inherited from Any

Ungrouped