EitherCodec

msgpack4z.EitherCodec
object EitherCodec

Attributes

Source
EitherCodec.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

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