order

cats.kernel.instances.order$
object order extends OrderInstances

Attributes

Source
order.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
order.type

Members list

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.

Attributes

Inherited from:
OrderToOrderingConversion
Source
Order.scala