scala.math

trait LowPriorityOrderingImplicits

[source: scala/math/LowPriorityOrderingImplicits.scala]

trait LowPriorityOrderingImplicits
extends AnyRef
This would conflict with all the nice implicit Orderings available, but thanks to the magic of prioritized implicits via subclassing we can make Ordered[A] => Ordering[A] only turn up if nothing else works.
Direct Known Subclasses:
Ordering

Method Summary
implicit def ordered [A <: Ordered[A]] : Ordering[A]
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
implicit def ordered[A <: Ordered[A]] : Ordering[A]