LongValue

case class LongValue(v: Long) extends IntegerValue
trait Serializable
trait Product
trait Equals
trait Value
class Object
trait Matchable
class Any

Value members

Concrete methods

def asBigInteger: BigInteger
def asByte: Byte
def asInt: Int
def asLong: Long
def asShort: Short
def isValidByte: Boolean
def isValidInt: Boolean
def isValidLong: Boolean
def isValidShort: Boolean
override def toJson: String
Definition Classes
override def writeTo(packer: Packer): Unit
Definition Classes

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def toMsgpack: Array[Byte]
Inherited from
Value
override def toString: String
Definition Classes
Value -> Any
Inherited from
Value
override def valueType: ValueType
Definition Classes
Inherited from
IntegerValue