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
trait StreamableCompiled[R, RU, EU]
class CompiledExecutable[R, RU]
trait RunnableCompiled[R, RU]
trait Compiled[R]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def flatMap[U <: Compiled[_]](f: R => U): U

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
def map[U, C <: Compiled[U]](f: R => U)(implicit uCompilable: Compilable[U, C]): C

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
override def param: Unit

Attributes

Definition Classes
Inherited from:
CompiledExecutable
Source
Compiled.scala
def toNode: Node

Attributes

Inherited from:
CompiledExecutable
Source
Compiled.scala

Inherited fields

lazy val compiledDelete: Node

Attributes

Inherited from:
CompilersMixin
Source
Compiled.scala

Attributes

Inherited from:
CompilersMixin
Source
Compiled.scala
lazy val compiledQuery: Node

Attributes

Inherited from:
CompilersMixin
Source
Compiled.scala
lazy val compiledUpdate: Node

Attributes

Inherited from:
CompilersMixin
Source
Compiled.scala