liftPropertyAlias

object liftPropertyAlias extends NiceLiftable[PropertyAlias]
trait NiceLiftable[PropertyAlias]
trait ToExpr[PropertyAlias]
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

def apply(element: PropertyAlias)(using Quotes): Expr[PropertyAlias]
Inherited from:
NiceLiftable
def deserializeDisabled(using Quotes): Boolean
Inherited from:
NiceLiftable
def unapply(t: PropertyAlias)(using Quotes): Some[Expr[PropertyAlias]]
Inherited from:
NiceLiftable