Packages

package hlist

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package ops
  2. package syntax

Type Members

  1. final case class ::[+H, +T <: HList](head: H, tail: T) extends HList with Product with Serializable

    Non-empty HList element type.

  2. sealed trait HList extends Product with Serializable

    HList ADT base trait.

  3. sealed trait HNil extends HList

    Empty HList element type.

Value Members

  1. object HList extends Serializable
  2. case object HNil extends HNil with Product with Serializable

    Empty HList value.

Ungrouped