liftEntity

object liftEntity extends LiftAstSerialize[Entity]
trait LiftAstSerialize[Entity]
trait Ast[Entity]
trait WithSerializing[Entity, Ast]
trait Ast[Entity]
trait Plain[Entity]
trait ToExpr[Entity]
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

def apply(element: Entity)(using Quotes): Expr[Entity]
Inherited from:
Plain
override protected def failMsg(element: Entity): String
Definition Classes
Inherited from:
Ast
override def orFail(element: Entity)(using Quotes): Expr[Entity]
Definition Classes
Inherited from:
LiftAstSerialize
protected def tryLiftSerialized(element: Entity)(using Quotes, Type[Entity]): Option[Expr[Entity]]
Inherited from:
Ast
def unapply(element: Entity)(using Quotes): Some[Expr[Entity]]
Inherited from:
Plain