State

morphir.knowledge.logic.core.State
See theState companion object
final case class State(fields: Fields, fieldConstraints: Map[Field[_], List[FieldConstraint]])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

def dynamicValueOf(value: Value): Value
def hasValue[A](field: Field[A]): Boolean
def valueOf[A : ClassTag](field: Field[A]): Option[A]
def valuesOf(selected: List[Field[_]]): Fields
def valuesOf(selected: Field[_]*): Fields

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product