msgpack4z.MsgpackMap
See theMsgpackMap companion object
Attributes
- Companion:
- object
- Source:
- MsgpackUnion.scala
- Graph
- Supertypes
Members list
Concise view
Value members
Inherited methods
Attributes
- Inherited from:
- MsgpackUnion
- Source:
- MsgpackUnion.scala
Attributes
- Inherited from:
- MsgpackUnion
- Source:
- MsgpackUnion.scala
Attributes
- Inherited from:
- MsgpackUnion
- Source:
- MsgpackUnion.scala
Attributes
- Inherited from:
- MsgpackUnion
- Source:
- MsgpackUnion.scala
Attributes
- Inherited from:
- MsgpackUnion
- Source:
- MsgpackUnion.scala
Attributes
- Inherited from:
- MsgpackUnion
- Source:
- MsgpackUnion.scala
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
Attributes
- Inherited from:
- MsgpackUnion
- Source:
- MsgpackUnion.scala
Attributes
- Inherited from:
- MsgpackUnion
- Source:
- MsgpackUnion.scala
Attributes
- Inherited from:
- MsgpackUnion
- Source:
- MsgpackUnion.scala
Attributes
- Inherited from:
- MsgpackUnion
- Source:
- MsgpackUnion.scala
Attributes
- Inherited from:
- MsgpackUnion
- Source:
- MsgpackUnion.scala
Attributes
- Inherited from:
- MsgpackUnion
- Source:
- MsgpackUnion.scala
Attributes
- Inherited from:
- MsgpackUnion
- Source:
- MsgpackUnion.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- MsgpackUnion
- Source:
- MsgpackUnion.scala
Attributes
- Inherited from:
- MsgpackUnion
- Source:
- MsgpackUnion.scala
Attributes
- Inherited from:
- MsgpackUnion
- Source:
- MsgpackUnion.scala