liftableQuatProductType

trait NiceLiftable[Type]
trait ToExpr[Type]
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

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