liftPropertyAlias

io.getquill.parser.Lifter.liftPropertyAlias$
object liftPropertyAlias extends Plain[PropertyAlias]

Attributes

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

Members list

Concise view

Value members

Concrete methods

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

Inherited methods

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

Attributes

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

Attributes

Inherited from:
Plain