ClientSideOp

slick.ast.ClientSideOp
See theClientSideOp companion trait
object ClientSideOp

Attributes

Companion
trait
Source
ClientSideOp.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def mapResultSetMapping(n: Node, keepType: Boolean)(f: ResultSetMapping => Node): Node

Attributes

Source
ClientSideOp.scala
def mapServerSide(n: Node, keepType: Boolean)(f: Node => Node): Node

Perform a computation only on the server side of a tree that may be wrapped in client-side operations. Types are preserved unless keepType is set to false.

Perform a computation only on the server side of a tree that may be wrapped in client-side operations. Types are preserved unless keepType is set to false.

Attributes

Source
ClientSideOp.scala