liftOperator

io.getquill.parser.Lifter.liftOperator
object liftOperator extends Plain[Operator]

Attributes

Graph
Supertypes
trait Plain[Operator]
trait ToExpr[Operator]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def lift: Quotes ?=> PartialFunction[Operator, Expr[Operator]]

Inherited methods

def apply(element: Operator)(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
def orFail(element: Operator)(using Quotes): Expr[T]

Attributes

Inherited from:
Plain
def unapply(element: Operator)(using Quotes): Some[Expr[T]]

Attributes

Inherited from:
Plain