liftCaseClass

io.getquill.parser.Lifter.liftCaseClass
object liftCaseClass extends LiftAstSerialize[CaseClass]

Attributes

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

Members list

Value members

Concrete methods

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

Inherited methods

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Plain