liftEntity

io.getquill.parser.Lifter.liftEntity
object liftEntity extends LiftAstSerialize[Entity]

Attributes

Graph
Supertypes
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
Show all
Self type
liftEntity.type

Members list

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[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: Entity): String

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Plain