liftTuple

object liftTuple extends LiftAstSerialize[Tuple]
trait LiftAstSerialize[Tuple]
trait Ast[Tuple]
trait WithSerializing[Tuple, Ast]
trait Ast[Tuple]
trait Plain[Tuple]
trait ToExpr[Tuple]
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

def apply(element: Tuple)(using Quotes): Expr[Tuple]
Inherited from:
Plain
override protected def failMsg(element: Tuple): String
Definition Classes
Inherited from:
Ast
override def orFail(element: Tuple)(using Quotes): Expr[Tuple]
Definition Classes
Inherited from:
LiftAstSerialize
protected def tryLiftSerialized(element: Tuple)(using Quotes, Type[Tuple]): Option[Expr[Tuple]]
Inherited from:
Ast
def unapply(element: Tuple)(using Quotes): Some[Expr[Tuple]]
Inherited from:
Plain