Value

case class Value[A](m: Map[A, Val])
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def addValue(x: A, value: Val): Value[A]
def combine(otherValue: Value[A]): Value[A]
def conform(x: A): Value[A]
def getVal(x: A): Val
def isConforming(x: A): Val
def notConform(x: A): Value[A]
def unknown(x: A): Value[A]

Inherited methods

Inherited from:
Product