MaybeCodec

msgpack4z.MaybeCodec
object MaybeCodec

Attributes

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

Members list

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