FreeVariables

io.getquill.quotation.FreeVariables
See theFreeVariables companion object
case class FreeVariables(state: State) extends StatefulTransformer[State]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def apply(ast: Ast): (Ast, StatefulTransformer[State])

Attributes

Definition Classes

Attributes

Definition Classes

Attributes

Definition Classes

Attributes

Definition Classes
override def apply(action: Action): (Action, StatefulTransformer[State])

Attributes

Definition Classes
override def apply(e: Target): (Target, StatefulTransformer[State])

Attributes

Definition Classes
override def apply(query: Query): (Query, StatefulTransformer[State])

Attributes

Definition Classes

Inherited methods

def apply[U, R](list: List[U])(f: StatefulTransformer[State] => U => (R, StatefulTransformer[State])): (List[R], StatefulTransformer[T])

Attributes

Inherited from:
StatefulTransformer

Attributes

Inherited from:
StatefulTransformer

Attributes

Inherited from:
StatefulTransformer

Attributes

Inherited from:
StatefulTransformer

Attributes

Inherited from:
StatefulTransformer

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product