liftableCaseClass

Value members

Concrete methods

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

Inherited methods

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