This member is added by an implicit conversion from EnrichedHList[L] to
any2stringadd[EnrichedHList[L]] performed by method any2stringadd in scala.Predef.
This member is added by an implicit conversion from EnrichedHList[L] to
Ensuring[EnrichedHList[L]] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
defformatted(fmtstr: String): String
Implicit information
This member is added by an implicit conversion from EnrichedHList[L] to
StringFormat[EnrichedHList[L]] performed by method StringFormat in scala.Predef.
Converts an HList of codecs in to a single codec.
That is, converts Codec[X0] :: Codec[X1] :: ... :: Codec[Xn] :: HNil in to a Codec[X0 :: X1 :: ... :: Xn :: HNil].
Provides additional methods on
HList
s.