final case class Activation(activeChoices: Map[Axis, AxisChoice]) extends AnyVal with Product with Serializable
Selection of active choices among those available in an Activation Axis
import distage.{Activation, Repo, Mode}
Activation(
Repo -> Repo.Prod,
Mode -> Mode.Test,
)
- See also
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Activation
- Serializable
- Product
- Equals
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Activation(activeChoices: Map[Axis, AxisChoice])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- def +(axisValue: AxisChoice): Activation
- Annotations
- @inline()
- def +(axisChoice: (Axis, AxisChoice)): Activation
- Annotations
- @inline()
- def ++(activation: Activation): Activation
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- val activeChoices: Map[Axis, AxisChoice]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def subsetOf(that: Activation): Boolean
this
activation is a subset ofthat
activation if all axis choices inthis
are also present inthat
this
activation is a subset ofthat
activation if all axis choices inthis
are also present inthat
- Annotations
- @inline()