MsgpackMap

msgpack4z.MsgpackMap
See theMsgpackMap companion object
final case class MsgpackMap(value: Map[MsgpackUnion, MsgpackUnion]) extends MsgpackUnion

Attributes

Companion
object
Source
MsgpackUnion.scala
Graph
Supertypes
class MsgpackUnion
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

final def ===(that: MsgpackUnion): Boolean

Attributes

Inherited from:
MsgpackUnion
Source
MsgpackUnion.scala
final def array: Opt[List[MsgpackUnion]]

Attributes

Inherited from:
MsgpackUnion
Source
MsgpackUnion.scala
final def as[A](factory: PackerUnpackerFactory)(implicit A: MsgpackCodec[A]): UnpackResult[A]

Attributes

Inherited from:
MsgpackUnion
Source
MsgpackUnion.scala
final def binary: Opt[Array[Byte]]

Attributes

Inherited from:
MsgpackUnion
Source
MsgpackUnion.scala
final def bool: Option[Boolean]

Attributes

Inherited from:
MsgpackUnion
Source
MsgpackUnion.scala
final def double: Option[Double]

Attributes

Inherited from:
MsgpackUnion
Source
MsgpackUnion.scala
final def ext: Opt[(Byte, Array[Byte])]

Attributes

Inherited from:
MsgpackUnion
Source
MsgpackUnion.scala
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

Attributes

Inherited from:
MsgpackUnion
Source
MsgpackUnion.scala
final def foldOpt[A](string: String => Option[A], binary: (Array[Byte]) => Option[A], long: Long => Option[A], ulong: BigInteger => Option[A], double: Double => Option[A], array: (List[MsgpackUnion]) => Option[A], map: (Map[MsgpackUnion, MsgpackUnion]) => Option[A], bool: Boolean => Option[A], ext: (Byte, Array[Byte]) => Option[A], nil: Option[A]): Option[A]

Attributes

Inherited from:
MsgpackUnion
Source
MsgpackUnion.scala
final def imap: Opt[MsgpackUnion ==>> MsgpackUnion]

Attributes

Inherited from:
MsgpackUnion
Source
MsgpackUnion.scala
final def isFalse: Boolean

Attributes

Inherited from:
MsgpackUnion
Source
MsgpackUnion.scala
final def isNaN: Boolean

Attributes

Inherited from:
MsgpackUnion
Source
MsgpackUnion.scala
final def isNil: Boolean

Attributes

Inherited from:
MsgpackUnion
Source
MsgpackUnion.scala
final def isTrue: Boolean

Attributes

Inherited from:
MsgpackUnion
Source
MsgpackUnion.scala
final def long: Option[Long]

Attributes

Inherited from:
MsgpackUnion
Source
MsgpackUnion.scala
final def map: Opt[Map[MsgpackUnion, MsgpackUnion]]

Attributes

Inherited from:
MsgpackUnion
Source
MsgpackUnion.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def string: Opt[String]

Attributes

Inherited from:
MsgpackUnion
Source
MsgpackUnion.scala
final def ulong: Opt[BigInteger]

Attributes

Inherited from:
MsgpackUnion
Source
MsgpackUnion.scala
final def vector: Opt[Vector[MsgpackUnion]]

Attributes

Inherited from:
MsgpackUnion
Source
MsgpackUnion.scala