liftableQuatProduct

object liftableQuatProduct extends NiceLiftable[Product]
trait NiceLiftable[Product]
trait ToExpr[Product]
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

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