liftTuple

io.getquill.parser.Lifter.liftTuple
object liftTuple extends LiftAstSerialize[Tuple]

Attributes

Graph
Supertypes
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
Show all
Self type
liftTuple.type

Members list

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[T]

Lift a value into an expression containing the construction of that value

Lift a value into an expression containing the construction of that value

Attributes

Inherited from:
Plain
override protected def failMsg(element: Tuple): String

Attributes

Definition Classes
Ast -> Plain
Inherited from:
Ast
override def orFail(element: Tuple)(using Quotes): Expr[T]

Attributes

Definition Classes
Inherited from:
LiftAstSerialize
protected def tryLiftSerialized(element: Tuple)(using Quotes, Type[Tuple]): Option[Expr[T]]

Attributes

Inherited from:
Ast
def unapply(element: Tuple)(using Quotes): Some[Expr[T]]

Attributes

Inherited from:
Plain