Quat

io.getquill.parser.Lifters$.Plain$.Quat
trait Quat[T] extends Plain[T]

Attributes

Graph
Supertypes
trait Plain[T]
trait ToExpr[T]
class Object
trait Matchable
class Any
Known subtypes
object liftQuat.type
object liftQuatProduct.type

Members list

Concise view

Value members

Concrete methods

override protected def failMsg(element: T): String

Attributes

Definition Classes

Inherited methods

def apply(element: T)(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 lift: Quotes ?=> PartialFunction[T, Expr[T]]

Attributes

Inherited from:
Plain
def orFail(element: T)(using Quotes): Expr[T]

Attributes

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

Attributes

Inherited from:
Plain