MsgpackNil

msgpack4z.MsgpackNil
case object MsgpackNil extends MsgpackUnion

Attributes

Source
MsgpackUnion.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
class MsgpackUnion
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
MsgpackNil.type

Members list

Type members

Inherited types

type MirroredElemLabels = EmptyTuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Singleton
Source
Mirror.scala
type MirroredElemTypes = EmptyTuple

Attributes

Inherited from:
Singleton
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredMonoType = Singleton.this.type

The mirrored *-type

The mirrored *-type

Attributes

Inherited from:
Singleton
Source
Mirror.scala
type MirroredType = Singleton.this.type

Attributes

Inherited from:
Singleton
Source
Mirror.scala

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
def fromProduct(p: Product): MirroredMonoType

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
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