final
class
DeriveHListElementAux[L <: HList, A] extends AnyVal
Instance Constructors
-
new
DeriveHListElementAux(codec: Codec[L])
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
-
final
def
==(arg0: Any): Boolean
-
-
final
def
asInstanceOf[T0]: T0
-
-
val
codec: Codec[L]
-
-
-
-
-
def
formatted(fmtstr: String): String
-
def
from(f: (M) ⇒ A): Codec[M]
-
def
getClass(): Class[_ <: AnyVal]
-
final
def
isInstanceOf[T0]: Boolean
-
def
toString(): String
-
-
Provides syntax support for
Codec[L]#derive
for someHList L
. Seederive
for more information.