msgpack4z-core
msgpack4z-core
API
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
/
MaybeCodec
MaybeCodec
msgpack4z.MaybeCodec
object
MaybeCodec
Attributes
Source
MaybeCodec.scala
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
MaybeCodec
.
type
Members list
Clear all
Value members
Concrete methods
final
def
maybeCodec
[
A
,
B
](
JustKey
:
B
,
EmptyKey
:
B
)(
implicit
A
:
MsgpackCodec
[
A
],
B
:
MsgpackCodec
[
B
]):
MsgpackCodec
[
Maybe
[
A
]]
Attributes
Source
MaybeCodec.scala
final
def
maybeCompactCodec
[
A
](
implicit
A
:
MsgpackCodec
[
A
]):
MsgpackCodec
[
Maybe
[
A
]]
Attributes
Source
MaybeCodec.scala
final
def
maybeStringCodec
[
A
](
implicit
A
:
MsgpackCodec
[
A
]):
MsgpackCodec
[
Maybe
[
A
]]
Attributes
Source
MaybeCodec.scala
In this article
Attributes
Members list
Value members
Concrete methods