CompiledStreamingExecutable

slick.lifted.CompiledStreamingExecutable
abstract class CompiledStreamingExecutable[R, RU, EU](extract: R, profile: BasicProfile) extends CompiledExecutable[R, RU] with 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

Members list

Concise view

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

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