Order

object Order
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

@inline
def apply[F](implicit F: Order[F]): Order[F]
def fromIso[F, G](D: IsoSet[F, G])(implicit M: Order[G]): Order[F]
def fromScalaOrdering[A](implicit O: Ordering[A]): Order[A]
def order[A](f: (A, A) => Ordering): Order[A]

Derive from an order function.

Derive from an order function.

def orderBy[A, B : Order](f: A => B): Order[A]

Alias for Order[B] contramap f, with inferred B.

Alias for Order[B] contramap f, with inferred B.

Implicits

Implicits

implicit