An object containing implicits which are not in the default scope.
| Supertypes | |
|---|---|
| Self type |
This implicit creates a conversion from any value for which an implicit Ordering exists to the class which creates infix operations. With it imported, you can write methods as follows:
def lessThan[T: Ordering](x: T, y: T) = x < y
| Inherited from | ExtraImplicits |
|---|
Not in the standard scope due to the potential for divergence: For instance implicitly[Ordering[Any]] diverges in its presence.
| Inherited from | ExtraImplicits |
|---|
| Inherited from | ExtraImplicits |
|---|
© 2002-2022 EPFL, with contributions from Lightbend.
Licensed under the Apache License, Version 2.0.
https://scala-lang.org/api/3.2.0/scala/math/Ordering$$Implicits$.html