liftableQuery

object liftableQuery extends NiceLiftable[Query]
trait NiceLiftable[Query]
trait ToExpr[Query]
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

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