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
/
EitherCodec
EitherCodec
msgpack4z.EitherCodec
object
EitherCodec
Attributes
Source
EitherCodec.scala
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
EitherCodec
.
type
Members list
Clear all
Value members
Concrete methods
def
eitherCodec
[
A
,
B
,
X
](
LeftKey
:
X
,
RightKey
:
X
)(
implicit
A
:
MsgpackCodec
[
A
],
B
:
MsgpackCodec
[
B
],
X
:
MsgpackCodec
[
X
]):
MsgpackCodec
[
Either
[
A
,
B
]]
Attributes
Source
EitherCodec.scala
Implicits
Implicits
implicit
def
eitherCompactCodec
[
A
:
MsgpackCodec
,
B
:
MsgpackCodec
]:
MsgpackCodec
[
Either
[
A
,
B
]]
Attributes
Source
EitherCodec.scala
implicit
def
eitherStringCodec
[
A
:
MsgpackCodec
,
B
:
MsgpackCodec
]:
MsgpackCodec
[
Either
[
A
,
B
]]
Attributes
Source
EitherCodec.scala
In this article
Attributes
Members list
Value members
Concrete methods
Implicits
Implicits