Packages

final case class AxisDIKeys(keyMap: Map[Set[AxisChoice], Set[distage.DIKey]]) extends AnyVal with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AxisDIKeys
  2. Serializable
  3. Product
  4. Equals
  5. AnyVal
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AxisDIKeys(keyMap: Map[Set[AxisChoice], Set[distage.DIKey]])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. def +(setAxisKey: (Set[AxisChoice], distage.DIKey))(implicit d: DummyImplicit): AxisDIKeys
  4. def +(axisKey: (AxisChoice, distage.DIKey)): AxisDIKeys
  5. def +(key: distage.DIKey): AxisDIKeys
  6. def ++(that: AxisDIKeys): AxisDIKeys
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def getActiveKeys(activation: distage.Activation): Set[distage.DIKey]

    Consider a section to be activated if for each Axis, one of the Axis Choices in the section is present in the Activation

    Consider a section to be activated if for each Axis, one of the Axis Choices in the section is present in the Activation

    • empty section is always activated
    • axis values for _different_ axes are implicitly under an AND relationship - all axes must be present in Activation to pass
    • axis values for _the same_ axis are implicitly under an OR relationship - Activation must contain one of the axis choices for the same axis to pass

    Note that this rule currently differs from the rule of activation for bindings themselves, specifically you cannot specify multiple axis values for _the same_ axis on bindings.

    See also

    izumi.distage.model.planning.ActivationChoices#allValid

  10. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. val keyMap: Map[Set[AxisChoice], Set[distage.DIKey]]
  13. def productElementNames: Iterator[String]
    Definition Classes
    Product

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyVal

Inherited from Any

Ungrouped