SerializedValueType

Companion
object
trait Enum
trait Product
trait Equals
trait Serializable
trait Comparable[SerializedValueType]
class Object
trait Matchable
class Any

Value members

Inherited methods

def productPrefix: String
Inhertied from
Product
def toString(): String
Inhertied from
Enum
final def getDeclaringClass(): Class[E]
Inhertied from
Enum
final def hashCode(): Int
Inhertied from
Enum
def productElementName(n: Int): String
Inhertied from
Product
final def compareTo(x$0: E): Int
Inhertied from
Enum
def productIterator: Iterator[Any]
Inhertied from
Product
def productElementNames: Iterator[String]
Inhertied from
Product
final def ordinal(): Int
Inhertied from
Enum
final def name(): String
Inhertied from
Enum
def productArity: Int
Inhertied from
Product
def canEqual(that: Any): Boolean
Inhertied from
Equals
def productElement(n: Int): Any
Inhertied from
Product
final def equals(x$0: <FromJavaObject>): Boolean
Inhertied from
Enum