MsgpackFalse

case object MsgpackFalse extends MsgpackUnion
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels = EmptyTuple
Inherited from
Singleton
type MirroredElemTypes = EmptyTuple
Inherited from
Singleton
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror
type MirroredMonoType = Singleton
Inherited from
Singleton
type MirroredType = Singleton
Inherited from
Singleton

Value members

Inherited methods

final def ===(that: MsgpackUnion): Boolean
Inherited from
MsgpackUnion
final def array: Opt[List[MsgpackUnion]]
Inherited from
MsgpackUnion
final def as[A](factory: PackerUnpackerFactory)(A: MsgpackCodec[A]): UnpackResult[A]
Inherited from
MsgpackUnion
final def binary: Opt[Array[Byte]]
Inherited from
MsgpackUnion
final def bool: Option[Boolean]
Inherited from
MsgpackUnion
final def double: Option[Double]
Inherited from
MsgpackUnion
final def ext: Opt[(Byte, Array[Byte])]
Inherited from
MsgpackUnion
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
Inherited from
MsgpackUnion
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]
Inherited from
MsgpackUnion
def fromProduct(p: Product): MirroredMonoType
Inherited from
Singleton
Inherited from
MsgpackUnion
final def isFalse: Boolean
Inherited from
MsgpackUnion
final def isNaN: Boolean
Inherited from
MsgpackUnion
final def isNil: Boolean
Inherited from
MsgpackUnion
final def isTrue: Boolean
Inherited from
MsgpackUnion
final def long: Option[Long]
Inherited from
MsgpackUnion
final def map: Opt[Map[MsgpackUnion, MsgpackUnion]]
Inherited from
MsgpackUnion
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
final def string: Opt[String]
Inherited from
MsgpackUnion
final def ulong: Opt[BigInteger]
Inherited from
MsgpackUnion
final def vector: Opt[Vector[MsgpackUnion]]
Inherited from
MsgpackUnion