(toHListCodec: StringAdd).self
(toHListCodec: StringFormat).self
(toHListCodec: ArrowAssoc[ToHListCodec[In]]).x
(Since version 2.10.0) Use leftOfArrow
instead
(toHListCodec: Ensuring[ToHListCodec[In]]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
Converts an
HList
of codecs in to a single codec. That is, convertsCodec[X0] :: Codec[X1] :: ... :: Codec[Xn] :: HNil
in to aCodec[X0 :: X1 :: ... :: Xn :: HNil].