o

msgpack4z

MaybeCodec

object MaybeCodec

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

Value Members

  1. final def maybeCodec[A, B](JustKey: B, EmptyKey: B)(implicit A: MsgpackCodec[A], B: MsgpackCodec[B]): MsgpackCodec[Maybe[A]]
  2. final def maybeCompactCodec[A](implicit A: MsgpackCodec[A]): MsgpackCodec[Maybe[A]]
  3. final def maybeStringCodec[A](implicit A: MsgpackCodec[A]): MsgpackCodec[Maybe[A]]