liftableCaseClass

object liftableCaseClass extends NiceLiftable[CaseClass]
trait NiceLiftable[CaseClass]
trait ToExpr[CaseClass]
class Object
trait Matchable
class Any

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