t

orcus.codec

FamilyDecoder2

trait FamilyDecoder2 extends FamilyDecoder3

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

Value Members

  1. implicit def decodeHCons[H <: HList, A0](implicit gen: Aux[A0, H], A: Lazy[FamilyDecoder[H]]): FamilyDecoder[A0]
  2. implicit def decodeHNil: FamilyDecoder[HNil]
  3. implicit def decodeLabelledHList[K <: Symbol, H, T <: HList](implicit K: Aux[K], H: ValueCodec[H], T: Lazy[FamilyDecoder[T]]): FamilyDecoder[::[FieldType[K, H], T]]
  4. implicit def decodeOption[A0](implicit A: Lazy[FamilyDecoder[A0]]): FamilyDecoder[Option[A0]]
    Definition Classes
    FamilyDecoder3