liftOptionOperation

io.getquill.parser.Lifter.liftOptionOperation
object liftOptionOperation extends LiftAstSerialize[OptionOperation]

Attributes

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

Members list

Value members

Concrete methods

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

Inherited methods

def apply(element: OptionOperation)(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: OptionOperation): String

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Plain