Field

case class Field(name: Value) extends Variable
trait Serializable
trait Product
trait Equals
trait Variable
trait Value
class Object
trait Matchable
class Any

Value members

Inherited methods

def ===(that: Value): Matcher
Inherited from:
Value
Inherited from:
Variable
def in(values: List[Value]): Matcher
Inherited from:
Value
def matches(regex: String): Matcher
Inherited from:
Value
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product