DisjunctionCodec

msgpack4z.DisjunctionCodec

Attributes

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

Members list

Value members

Concrete methods

def disjunctionCodec[A, B, X](LeftKey: X, RightKey: X)(implicit A: MsgpackCodec[A], B: MsgpackCodec[B], X: MsgpackCodec[X]): MsgpackCodec[A \/ B]

Attributes

Source
DisjunctionCodec.scala

Implicits

Implicits

Attributes

Source
DisjunctionCodec.scala

Attributes

Source
DisjunctionCodec.scala