NoStream

slick.dbio.NoStream
sealed trait NoStream

A phantom type used as the streaming result type for DBIOActions that do not support streaming. Note that this is a supertype of Streaming (and it is used in covariant position), so that any streaming action can be used where a non-streaming action is expected.

Attributes

Source:
NoStream.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Streaming[T]

Members list

Concise view