liftProperty

object liftProperty extends LiftAstSerialize[Property]
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

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[Property]
Inherited from:
Plain
override protected def failMsg(element: Property): String
Definition Classes
Inherited from:
Ast
override def orFail(element: Property)(using Quotes): Expr[Property]
Definition Classes
Inherited from:
LiftAstSerialize
protected def tryLiftSerialized(element: Property)(using Quotes, Type[Property]): Option[Expr[Property]]
Inherited from:
Ast
def unapply(element: Property)(using Quotes): Some[Expr[Property]]
Inherited from:
Plain