Effect

grackle.Query.Effect
case class Effect[F[_]](handler: EffectHandler[F], child: Query) extends Query

Embeds possibly batched effects. handler is applied to one or more possibly batched queries and cursors yielding corresponding continuation queries and cursors which will be evaluated by the current interpreter in the next phase.

Attributes

Source
query.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Query
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def render: String

Yields a String representation of this query

Yields a String representation of this query

Attributes

Source
query.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def ~(query: Query): Query

Groups this query with its argument, Groups on either side are merged

Groups this query with its argument, Groups on either side are merged

Attributes

Inherited from:
Query
Source
query.scala