HList

object HList
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any
HList.type

Type members

Classlikes

case class ::[+H, +T <: HList](head: H, tail: T) extends HList
object Drop
Companion:
class
sealed trait Drop[L <: HList, N <: Nat]
Companion:
object
object HNil extends HList
object Length
Companion:
class
sealed trait Length[L <: HList]
Companion:
object

Types

type HNil = HNil.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror