MsgpackNil
msgpack4z.MsgpackNil
case object MsgpackNil extends MsgpackUnion
Attributes
- Source
- MsgpackUnion.scala
- Graph
-
- Supertypes
-
trait Singletontrait Producttrait Mirrorclass MsgpackUniontrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
MsgpackNil.type
Members list
Type members
Inherited types
The names of the product elements
Attributes
- Inherited from:
- Singleton
- Source
- Mirror.scala
The name of the type
The mirrored *-type
Attributes
- Inherited from:
- Singleton
- Source
- Mirror.scala
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
Create a new instance of type T
with elements taken from product p
.
Create a new instance of type T
with elements taken from product p
.
Attributes
- Inherited from:
- Singleton
- Source
- Mirror.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