Package

akka

shapeless

Permalink

package shapeless

Content Hierarchy
Visibility
  1. Public
  2. All

Type Members

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

    Permalink

    Non-empty HList element type.

  2. trait DepFn1[T] extends AnyRef

    Permalink

    Dependent unary function type.

  3. trait DepFn2[T, U] extends AnyRef

    Permalink

    Dependent binary function type.

  4. sealed trait HList extends AnyRef

    Permalink

    HList ADT base trait.

  5. sealed trait HNil extends HList

    Permalink

    Empty HList element type.

Value Members

  1. object HList

    Permalink
  2. object HNil extends HNil with Product with Serializable

    Permalink

    Empty HList value.

  3. package ops

    Permalink
  4. package syntax

    Permalink

Ungrouped