slick.collection.heterogeneous

Members list

Concise view

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
Graph
Supertypes
class HList
trait Product
trait Equals
class Object
trait Matchable
class Any
object HCons

Attributes

Companion:
class
Source:
HList.scala
Graph
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
Graph
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
Graph
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
Graph
Supertypes
class HList
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
HNil.type
object syntax

Extra syntax for heterogenous collections.

Extra syntax for heterogenous collections.

Attributes

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