o

msgpack4z

EitherCodec

object EitherCodec

Source
EitherCodec.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EitherCodec
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def eitherCodec[A, B, X](LeftKey: X, RightKey: X)(implicit A: MsgpackCodec[A], B: MsgpackCodec[B], X: MsgpackCodec[X]): MsgpackCodec[Either[A, B]]
  2. implicit def eitherCompactCodec[A, B](implicit arg0: MsgpackCodec[A], arg1: MsgpackCodec[B]): MsgpackCodec[Either[A, B]]
  3. implicit def eitherStringCodec[A, B](implicit arg0: MsgpackCodec[A], arg1: MsgpackCodec[B]): MsgpackCodec[Either[A, B]]