liftableAggregation

object liftableAggregation extends NiceLiftable[AggregationOperator]
trait NiceLiftable[AggregationOperator]
trait ToExpr[AggregationOperator]
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

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