Transform

io.getquill.context.QuoteMacro.DynamicsExtractor.Transform
case class Transform(state: List[Extractee]) extends StatefulTransformer[List[Extractee]]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StatefulTransformer[List[Extractee]]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def apply(e: Ast): (Ast, StatefulTransformer[List[Extractee]])

Attributes

Definition Classes
StatefulTransformer

Inherited methods

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

Attributes

Inherited from:
StatefulTransformer
def apply(e: Action): (Action, StatefulTransformer[T])

Attributes

Inherited from:
StatefulTransformer
def apply(e: Target): (Target, StatefulTransformer[T])

Attributes

Inherited from:
StatefulTransformer
def apply(e: Action): (Action, StatefulTransformer[T])

Attributes

Inherited from:
StatefulTransformer
def apply(e: Value): (Value, StatefulTransformer[T])

Attributes

Inherited from:
StatefulTransformer
def apply(e: Operation): (Operation, StatefulTransformer[T])

Attributes

Inherited from:
StatefulTransformer
def apply(e: Property): (Property, StatefulTransformer[T])

Attributes

Inherited from:
StatefulTransformer
def apply(e: AssignmentDual): (AssignmentDual, StatefulTransformer[T])

Attributes

Inherited from:
StatefulTransformer
def apply(e: Assignment): (Assignment, StatefulTransformer[T])

Attributes

Inherited from:
StatefulTransformer
def apply(e: Query): (Query, StatefulTransformer[T])

Attributes

Inherited from:
StatefulTransformer
def apply(e: IterableOperation): (IterableOperation, StatefulTransformer[T])

Attributes

Inherited from:
StatefulTransformer
def apply(o: OptionOperation): (OptionOperation, StatefulTransformer[T])

Attributes

Inherited from:
StatefulTransformer
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product