sealed abstract class MsgpackUnion extends Product with Serializable

Source
MsgpackUnion.scala
Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MsgpackUnion
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def canEqual(that: Any): Boolean
    Definition Classes
    Equals
  2. abstract def pack(packer: MsgPacker): Unit
    Attributes
    protected[msgpack4z]
  3. abstract def productArity: Int
    Definition Classes
    Product
  4. abstract def productElement(n: Int): Any
    Definition Classes
    Product

Concrete 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. final def ===(that: MsgpackUnion): Boolean
  5. final def array: Opt[List[MsgpackUnion]]
  6. final def as[A](factory: PackerUnpackerFactory)(implicit A: MsgpackCodec[A]): UnpackResult[A]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. final def binary: Opt[Array[Byte]]
  9. final def bool: Option[Boolean]
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. final def double: Option[Double]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. final def ext: Opt[(Byte, Array[Byte])]
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. final def fold[A](string: (String) => A, binary: (Array[Byte]) => A, long: (Long) => A, ulong: (BigInteger) => A, double: (Double) => A, array: (List[MsgpackUnion]) => A, map: (Map[MsgpackUnion, MsgpackUnion]) => A, bool: (Boolean) => A, ext: (Byte, Array[Byte]) => A, nil: => A): A
  17. final def foldOpt[A](string: (String) => Option[A] = constNone, binary: (Array[Byte]) => Option[A] = constNone, long: (Long) => Option[A] = constNone, ulong: (BigInteger) => Option[A] = constNone, double: (Double) => Option[A] = constNone, array: (List[MsgpackUnion]) => Option[A] = constNone, map: (Map[MsgpackUnion, MsgpackUnion]) => Option[A] = constNone, bool: (Boolean) => Option[A] = constNone, ext: (Byte, Array[Byte]) => Option[A] = (_: Byte, _: Array[Byte]) => None, nil: Option[A] = None): Option[A]
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def imap: Opt[IMap[MsgpackUnion, MsgpackUnion]]
  21. final def isFalse: Boolean
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def isNaN: Boolean
  24. final def isNil: Boolean
  25. final def isTrue: Boolean
  26. final def long: Option[Long]
  27. final def map: Opt[Map[MsgpackUnion, MsgpackUnion]]
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def productElementName(n: Int): String
    Definition Classes
    Product
  32. def productElementNames: Iterator[String]
    Definition Classes
    Product
  33. def productIterator: Iterator[Any]
    Definition Classes
    Product
  34. def productPrefix: String
    Definition Classes
    Product
  35. final def string: Opt[String]
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. final def ulong: Opt[BigInteger]
  39. final def vector: Opt[Vector[MsgpackUnion]]
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped