slick.collection.heterogeneous
package slick.collection.heterogeneous
Members list
Type members
Classlikes
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
object HCons
Attributes
- Companion
- class
- Source
- HList.scala
- Supertypes
-
class Objecttrait Matchableclass 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 Producttrait Equalsclass Objecttrait Matchableclass Any
- Known subtypes
object HList
Attributes
- Companion
- class
- Source
- HList.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
HList.type
The empty HList
object syntax
Extra syntax for heterogenous collections.
Extra syntax for heterogenous collections.
Attributes
- Source
- syntax.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
syntax.type
In this article