Value

abstract class Value extends Product with Serializable
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
class Error
object CLIENT.type
object SERVER.type
object HEADER.type
object QUERY.type
object MEMBER.type
object TARGET.type
object DATE_TIME.type
object EPOCH_SECONDS.type
object HTTP_DATE.type
object FAILURE.type
object RETRY.type
object SUCCESS.type
object ALL_STRING_EQUALS.type
object ANY_STRING_EQUALS.type
object BOOLEAN_EQUALS.type
object STRING_EQUALS.type

Value members

Abstract methods

def name: String
def ordinal: Int
def value: String

Inherited methods

def canEqual(that: Any): Boolean
Inherited from:
Equals
def productArity: Int
Inherited from:
Product
def productElement(n: Int): Any
Inherited from:
Product
def productElementName(n: Int): String
Inherited from:
Product
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def productPrefix: String
Inherited from:
Product