Class

wvlet.airframe.msgpack.spi.Value

LongValue

Related Doc: package Value

Permalink

case class LongValue(v: Long) extends IntegerValue with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, IntegerValue, Value, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LongValue
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. IntegerValue
  7. Value
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LongValue(v: Long)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def asBigInteger: BigInteger

    Permalink
  5. def asByte: Byte

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def asInt: Int

    Permalink
  8. def asLong: Long

    Permalink
  9. def asShort: Short

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. def isValidByte: Boolean

    Permalink
    Definition Classes
    LongValueIntegerValue
  16. def isValidInt: Boolean

    Permalink
    Definition Classes
    LongValueIntegerValue
  17. def isValidLong: Boolean

    Permalink
    Definition Classes
    LongValueIntegerValue
  18. def isValidShort: Boolean

    Permalink
    Definition Classes
    LongValueIntegerValue
  19. def mostSuccinctMessageFormat: MessageFormat

    Permalink
    Definition Classes
    IntegerValue
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def toJson: String

    Permalink
    Definition Classes
    LongValueValue
  25. def toMsgpack: Array[Byte]

    Permalink
    Definition Classes
    Value
  26. def toString(): String

    Permalink
    Definition Classes
    Value → AnyRef → Any
  27. val v: Long

    Permalink
  28. def valueType: INTEGER.type

    Permalink
    Definition Classes
    IntegerValueValue
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def writeTo(packer: Packer): Unit

    Permalink

    Write the value to target Packer

    Write the value to target Packer

    Definition Classes
    LongValueValue

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from IntegerValue

Inherited from Value

Inherited from AnyRef

Inherited from Any

Ungrouped