t

orcus.codec

Decoder1

trait Decoder1 extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Decoder1
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. implicit def decodeMapLike[M[_, _] <: Map[String, V], V](implicit K: ValueCodec[String], V: FamilyDecoder[V], factory: Factory[(String, V), M[String, V]]): Decoder[M[String, V]]
  2. implicit def decodeOption[A](implicit A: Decoder[A]): Decoder[Option[A]]