Packages

object ClientSideOp

Source
ClientSideOp.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClientSideOp
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def mapResultSetMapping(n: Node, keepType: Boolean = true)(f: (ResultSetMapping) => Node): Node
  2. def mapServerSide(n: Node, keepType: Boolean = true)(f: (Node) => Node): Node

    Perform a computation only on the server side of a tree that may be wrapped in client-side operations.

    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.