implicit final
class
EnrichedHList[L <: HList] extends AnyVal
Instance Constructors
-
new
EnrichedHList(self: 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
-
-
-
-
-
def
formatted(fmtstr: String): String
-
def
getClass(): Class[_ <: AnyVal]
-
final
def
isInstanceOf[T0]: Boolean
-
val
self: L
-
def
toCodec(implicit to: ToHListCodec[L]): Out
-
def
toString(): String
-
Provides additional methods on
HList
s.