orderingLiftable

object orderingLiftable extends NiceLiftable[Ordering]
trait NiceLiftable[Ordering]
trait ToExpr[Ordering]
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

def apply(element: Ordering)(using Quotes): Expr[Ordering]
Inherited from:
NiceLiftable
def deserializeDisabled(using Quotes): Boolean
Inherited from:
NiceLiftable
def unapply(t: Ordering)(using Quotes): Some[Expr[Ordering]]
Inherited from:
NiceLiftable