liftQuatProductType

io.getquill.parser.Lifter.liftQuatProductType
object liftQuatProductType extends Plain[Type]

Attributes

Graph
Supertypes
trait Plain[Type]
trait ToExpr[Type]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

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

Inherited methods

def apply(element: Type)(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
def orFail(element: Type)(using Quotes): Expr[T]

Attributes

Inherited from:
Plain
def unapply(element: Type)(using Quotes): Some[Expr[T]]

Attributes

Inherited from:
Plain