Packages

p

akka

shapeless

package shapeless

Content Hierarchy
Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

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. trait DepFn1[T] extends AnyRef

    Dependent unary function type.

  3. trait DepFn2[T, U] extends AnyRef

    Dependent binary function type.

  4. sealed trait HList extends AnyRef

    HList ADT base trait.

  5. sealed trait HNil extends HList

    Empty HList element type.

Value Members

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

    Empty HList value.

Ungrouped