OrderingSyntax

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def orderByImpl[In : Type, Out : Type, B : Type](self: Expr[Query[In, Out]], f: Expr[Out => B], ordering: Expr[Ordering[B]], In: Expr[Tag[In]], Out: Expr[Tag[Out]])(implicit evidence$2: Type[In], evidence$3: Type[Out], evidence$4: Type[B], q: Quotes): Expr[Query[In, Out]]
def orderByImpl2[In : Type, Out : Type, B : Type, C : Type](self: Expr[Query[In, Out]], f1: Expr[Out => B], f2: Expr[Out => C], orderingB: Expr[Ordering[B]], orderingC: Expr[Ordering[C]], In: Expr[Tag[In]], Out: Expr[Tag[Out]])(implicit evidence$5: Type[In], evidence$6: Type[Out], evidence$7: Type[B], evidence$8: Type[C], q: Quotes): Expr[Query[In, Out]]
def orderByImpl3[In : Type, Out : Type, B : Type, C : Type, D : Type](self: Expr[Query[In, Out]], f1: Expr[Out => B], f2: Expr[Out => C], f3: Expr[Out => D], orderingB: Expr[Ordering[B]], orderingC: Expr[Ordering[C]], orderingD: Expr[Ordering[D]], In: Expr[Tag[In]], Out: Expr[Tag[Out]])(implicit evidence$9: Type[In], evidence$10: Type[Out], evidence$11: Type[B], evidence$12: Type[C], evidence$13: Type[D], q: Quotes): Expr[Query[In, Out]]