object Code

MessagePack prefix codes

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Code
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val ARRAY16: Byte
  5. val ARRAY32: Byte
  6. val BIN16: Byte
  7. val BIN32: Byte
  8. val BIN8: Byte
  9. val EXT16: Byte
  10. val EXT32: Byte
  11. val EXT8: Byte
  12. val EXT_TIMESTAMP: Byte
  13. val FALSE: Byte
  14. val FIXARRAY_PREFIX: Byte
  15. val FIXEXT1: Byte
  16. val FIXEXT16: Byte
  17. val FIXEXT2: Byte
  18. val FIXEXT4: Byte
  19. val FIXEXT8: Byte
  20. val FIXMAP_PREFIX: Byte
  21. val FIXSTR_PREFIX: Byte
  22. val FLOAT32: Byte
  23. val FLOAT64: Byte
  24. val INT16: Byte
  25. val INT32: Byte
  26. val INT64: Byte
  27. val INT8: Byte
  28. val MAP16: Byte
  29. val MAP32: Byte
  30. val NEGFIXINT_PREFIX: Byte
  31. val NEVER_USED: Byte
  32. val NIL: Byte
  33. val POSFIXINT_MASK: Byte
  34. val STR16: Byte
  35. val STR32: Byte
  36. val STR8: Byte
  37. val TRUE: Byte
  38. val UINT16: Byte
  39. val UINT32: Byte
  40. val UINT64: Byte
  41. val UINT8: Byte
  42. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  43. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  44. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  45. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  46. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  47. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  48. def isFixInt(b: Byte): Boolean
  49. def isFixStr(b: Byte): Boolean
  50. def isFixedArray(b: Byte): Boolean
  51. def isFixedMap(b: Byte): Boolean
  52. def isFixedRaw(b: Byte): Boolean
  53. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  54. def isNegFixInt(b: Byte): Boolean
  55. def isPosFixInt(b: Byte): Boolean
  56. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  57. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  58. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  59. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  60. def toString(): String
    Definition Classes
    AnyRef → Any
  61. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  62. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  63. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped