orderingLiftable

io.getquill.parser.Lifter.orderingLiftable
object orderingLiftable extends LiftAstSerialize[Ordering]

Attributes

Graph
Supertypes
trait LiftAstSerialize[Ordering]
trait Ast[Ordering]
trait WithSerializing[Ordering, Ast]
trait Ast[Ordering]
trait Plain[Ordering]
trait ToExpr[Ordering]
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

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

Inherited methods

def apply(element: Ordering)(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: Ordering): String

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Plain