BetaReduction

io.getquill.norm.BetaReduction
See theBetaReduction companion object
case class BetaReduction(map: Map[Ast, Ast], typeBehavior: TypeBehavior, emptyBehavior: EmptyProductQuatBehavior) extends StatelessTransformer

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

Attributes

Definition Classes

Attributes

Definition Classes
override def apply(e: Assignment): Assignment

Attributes

Definition Classes
override def apply(e: AssignmentDual): AssignmentDual

Attributes

Definition Classes
override def apply(query: Query): Query

Attributes

Definition Classes

Inherited methods

def apply(e: Action): Action

Attributes

Inherited from:
StatelessTransformer
def apply(e: Target): Target

Attributes

Inherited from:
StatelessTransformer
def apply(e: Action): Action

Attributes

Inherited from:
StatelessTransformer
def apply(e: Value): Value

Attributes

Inherited from:
StatelessTransformer

Attributes

Inherited from:
StatelessTransformer

Attributes

Inherited from:
StatelessTransformer

Attributes

Inherited from:
StatelessTransformer

Attributes

Inherited from:
StatelessTransformer

Attributes

Inherited from:
StatelessTransformer
def applyIdent(id: Ident): Ident

Attributes

Inherited from:
StatelessTransformer

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product