msgpack4z

MsgpackUnion

Related Docs: object MsgpackUnion | package msgpack4z

sealed abstract class MsgpackUnion extends Product with Serializable

Source
MsgpackUnion.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MsgpackUnion
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
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( ... )
  11. final def double: Option[Double]

  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. 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: ⇒ A, nil: ⇒ A): A

  16. 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: Option[A] = None, nil: Option[A] = None): Option[A]

  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. final def isFalse: Boolean

  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. final def isNil: Boolean

  22. final def isTrue: Boolean

  23. final def long: Option[Long]

  24. final def map: Opt[Map[MsgpackUnion, MsgpackUnion]]

  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  28. def productIterator: Iterator[Any]

    Definition Classes
    Product
  29. def productPrefix: String

    Definition Classes
    Product
  30. final def string: Opt[String]

  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    AnyRef → Any
  33. final def ulong: Opt[BigInteger]

  34. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped