msgpack4z.MsgpackString
See theMsgpackString companion object
final case class MsgpackString(value: String) extends MsgpackUnion
Attributes
- Companion
- object
- Source
- MsgpackUnion.scala
- Graph
-
- Supertypes
-
class MsgpackUniontrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
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
In this article