CompiledStreamingExecutable
slick.lifted.CompiledStreamingExecutable
abstract class CompiledStreamingExecutable[R, RU, EU](extract: R, profile: BasicProfile) extends CompiledExecutable[R, RU], StreamableCompiled[R, RU, EU]
Attributes
- Source
- Compiled.scala
- Graph
-
- Supertypes
Members list
Value members
Inherited methods
Perform a transformation of the underlying value. The computed Compiled value is returned unmodified.
Perform a transformation of the underlying value. The computed Compiled value is returned unmodified.
Attributes
- Inherited from:
- Compiled
- Source
- Compiled.scala
Perform a transformation of the underlying value. The computed value must be Compilable. The resulting Compiled instance will be recompiled when needed. It does not benefit from this instance already containing the compiled state.
Perform a transformation of the underlying value. The computed value must be Compilable. The resulting Compiled instance will be recompiled when needed. It does not benefit from this instance already containing the compiled state.
Attributes
- Inherited from:
- Compiled
- Source
- Compiled.scala
Attributes
- Definition Classes
- Inherited from:
- CompiledExecutable
- Source
- Compiled.scala
Attributes
- Inherited from:
- CompiledExecutable
- Source
- Compiled.scala
Inherited fields
Attributes
- Inherited from:
- CompilersMixin
- Source
- Compiled.scala
Attributes
- Inherited from:
- CompilersMixin
- Source
- Compiled.scala
Attributes
- Inherited from:
- CompilersMixin
- Source
- Compiled.scala
Attributes
- Inherited from:
- CompilersMixin
- Source
- Compiled.scala
In this article