liftCaseClass

object liftCaseClass extends LiftAstSerialize[CaseClass]
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

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