OrderInstances

class Object
trait Matchable
class Any
object implicits.type
object all.type
object order.type

Implicits

Inherited implicits

implicit def catsKernelOrderingForOrder[A](implicit ev: Order[A]): Ordering[A]

Implicitly derive a scala.math.Ordering[A] from a Order[A] instance.

Implicitly derive a scala.math.Ordering[A] from a Order[A] instance.

Inherited from:
OrderToOrderingConversion