msgpack4z-core
msgpack4z-core
msgpack4z
AnyValArrayCodec
AnyValCodec
ArrayCodec
ArrayCodecImpl
Binary
BinaryCodec
BooleanArrayCodec
BuildInfoMsgpack4zCore
ByteArrayCodec
CaseClassMapMissingKeyError
CaseCodec
CaseMapCodec
CaseMapCodec
CodecInstances
DisjunctionCodec
DoubleArrayCodec
EitherCodec
Err
Extractor
FloatArrayCodec
IntArrayCodec
LongArrayCodec
MapKeyNotFound
MaybeCodec
MsgpackArray
MsgpackBinary
MsgpackBinary
MsgpackCodec
MsgpackCodec
MsgpackCompanion
MsgpackDouble
MsgpackDouble
MsgpackExt
MsgpackFalse
MsgpackLong
MsgpackLong
MsgpackMap
MsgpackMap
MsgpackNil
MsgpackString
MsgpackString
MsgpackTrue
MsgpackULong
MsgpackUnion
MsgpackUnion
NotEnoughArraySize
Opt
Opt
OptionCodec
Other
PackerUnpackerFactory
RefArrayCodec
ScalazCodec
ShortArrayCodec
StdCodec
TupleCodec
UnexpectedArraySize
UnexpectedEitherKey
UnexpectedMapSize
UnpackError
msgpack4z-core
/
msgpack4z
/
Extractor
Extractor
sealed abstract
class
Extractor
[A <:
AnyRef
] extends
A
=>
MsgpackUnion
Graph
Supertypes
trait
A
=>
MsgpackUnion
class
Object
trait
Matchable
class
Any
Inherited
Select All
Deselect All
Not inherited
Function1
Keywords
Select All
Deselect All
no keywords
override
Value members
Value members
Abstract methods
def
unapply
(value:
MsgpackUnion
):
Opt
[
A
]
Inherited methods
@
unspecialized
def
andThen
[A](g:
MsgpackUnion
=> A):
A
=> A
Inherited from
Function1
def
apply
(v1:
A
):
MsgpackUnion
Inherited from
Function1
@
unspecialized
def
compose
[A](g: A =>
A
): A =>
MsgpackUnion
Inherited from
Function1
override
def
toString
():
String
Definition Classes
Function1
->
Any
Inherited from
Function1