liftableTuple

object liftableTuple extends NiceLiftable[Tuple]
trait NiceLiftable[Tuple]
trait ToExpr[Tuple]
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

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