On this page
Class Ordering.OrderingOps
class OrderingOps(lhs: T)
This inner class defines comparison operators available for T
.
It can't extend AnyVal
because it is not a top-level class or a member of a statically accessible object.
Supertypes |
---|
Concrete methods
Source
Source
Source
Source
Source
Source
def max(rhs: T): T
Source
def min(rhs: T): T
© 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$OrderingOps.html