Compilable

slick.lifted.Compilable
See theCompilable companion object
trait Compilable[T, C <: Compiled[T]]

Typeclass for types that can be contained in a Compiled container. This includes all Executable types as well as functions (of any arity) from flat, fully packed parameter types to an Executable result type.

Attributes

Companion
object
Source
Compiled.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def compiled(raw: T, profile: BasicProfile): C

Attributes

Source
Compiled.scala