slick.collection.heterogeneous

Members list

Type members

Classlikes

final class HCons[+H, +T <: HList](val head: H, val tail: T) extends HList

A cons cell of an HList, containing an element type and the element

A cons cell of an HList, containing an element type and the element

Attributes

Companion
object
Source
HList.scala
Supertypes
class HList
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object HCons

Attributes

Companion
class
Source
HList.scala
Supertypes
class Object
trait Matchable
class Any
Self type
HCons.type
sealed abstract class HList extends Product

A heterogenous list where each element has its own type.

A heterogenous list where each element has its own type.

Attributes

Companion
object
Source
HList.scala
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
class HCons[H, T]
object HNil.type
object HList

Attributes

Companion
class
Source
HList.scala
Supertypes
class Object
trait Matchable
class Any
Self type
HList.type
object HNil extends HList

The empty HList

The empty HList

Attributes

Source
HList.scala
Supertypes
class HList
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
HNil.type
object syntax

Extra syntax for heterogenous collections.

Extra syntax for heterogenous collections.

Attributes

Source
syntax.scala
Supertypes
class Object
trait Matchable
class Any
Self type
syntax.type