liftTraversableOperation

io.getquill.parser.Lifter.liftTraversableOperation
object liftTraversableOperation extends LiftAstSerialize[IterableOperation]

Attributes

Graph
Supertypes
trait LiftAstSerialize[IterableOperation]
trait Ast[IterableOperation]
trait WithSerializing[IterableOperation, Ast]
trait Ast[IterableOperation]
trait Plain[IterableOperation]
trait ToExpr[IterableOperation]
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

def lift: Quotes ?=> PartialFunction[IterableOperation, Expr[IterableOperation]]
def typeTag: Quotes ?=> Type[IterableOperation]

Inherited methods

def apply(element: IterableOperation)(using Quotes): Expr[T]

Lift a value into an expression containing the construction of that value

Lift a value into an expression containing the construction of that value

Attributes

Inherited from:
Plain
override protected def failMsg(element: IterableOperation): String

Attributes

Definition Classes
Ast -> Plain
Inherited from:
Ast
override def orFail(element: IterableOperation)(using Quotes): Expr[T]

Attributes

Definition Classes
Inherited from:
LiftAstSerialize
protected def tryLiftSerialized(element: IterableOperation)(using Quotes, Type[IterableOperation]): Option[Expr[T]]

Attributes

Inherited from:
Ast
def unapply(element: IterableOperation)(using Quotes): Some[Expr[T]]

Attributes

Inherited from:
Plain