MsgpackBinary

final case class MsgpackBinary(value: Array[Byte]) extends MsgpackUnion
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def equals(other: Any): Boolean
Definition Classes
Equals -> Any
override def hashCode: Int
Definition Classes
Any

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