liftProperty

io.getquill.parser.Lifter.liftProperty
object liftProperty extends LiftAstSerialize[Property]

Attributes

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

Members list

Value members

Concrete methods

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

Inherited methods

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Plain