ActivationChoices

izumi.distage.model.planning.ActivationChoices
See theActivationChoices companion object
final case class ActivationChoices(activationChoices: Map[String, AxisPoint]) extends AnyVal

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def allConfigured(a: Set[AxisPoint]): Boolean
def allValid(a: Set[AxisPoint]): Boolean
def findUnconfigured(a: Set[AxisPoint]): Set[String]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product