package reflect
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- reflect
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
type
ClassManifest[T] = ClassTag[T]
- Annotations
- @deprecated @implicitNotFound( ... )
- Deprecated
(Since version 2.10.0) use scala.reflect.ClassTag instead
Value Members
- val Manifest: ManifestFactory.type
- def classTag[T](implicit ctag: ClassTag[T]): ClassTag[T]
- def ensureAccessible[T <: AccessibleObject](m: T): T
- object Selectable
Deprecated Value Members
-
val
ClassManifest: ClassManifestFactory.type
- Annotations
- @deprecated
- Deprecated
(Since version 2.10.0) use scala.reflect.ClassTag instead

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...