package heterogeneous
Content Hierarchy
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final class HCons[+H, +T <: HList] extends HList
A cons cell of an
HList
, containing an element type and the element - sealed abstract class HList extends Product
A heterogenous list where each element has its own type.
- abstract class Nat extends AnyRef
Natural numbers for indexing in HLists.
Natural numbers for indexing in HLists.
All type-level computations are done with Church Numerals. Value-level computations at run-time are done directly on the underlying
Int
values, similar tojava.lang.Integer
. - final class Succ[N <: Nat] extends Nat
A successor of another
Nat
- trait TypedFunction extends AnyRef
A function which operates at the type and value levels.
- trait TypedFunction2[-T1, -T2, +TR, F[_ <: T1, _ <: T2] <: TR] extends TypedFunction
A binary function which operates at the type and value levels.
edit this text on github
Scala Language-Integrated Connection Kit
This is the API documentation for the Slick database library. It should be used as an additional resource to the user manual.
Further documentation for Slick can be found on the documentation pages.
To the slick package list...