case object GreaterThan extends Ordering with NotEqual with Product with Serializable
- Alphabetic
- By Inheritance
- GreaterThan
- NotEqual
- Comparison
- Ordering
- PartialOrdering
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def <>(that: => Ordering): Ordering
A symbolic alias for
orElse
.A symbolic alias for
orElse
.- Definition Classes
- Ordering
- final def <>(that: => PartialOrdering): PartialOrdering
A symbolic alias for
orElse
.A symbolic alias for
orElse
.- Definition Classes
- PartialOrdering
- final def isEqual: Boolean
Returns whether this
Ordering
isOrdering.Equals
.Returns whether this
Ordering
isOrdering.Equals
.- Definition Classes
- PartialOrdering
- final def isGreaterThan: Boolean
Returns whether this
Ordering
isOrdering.GreaterThan
.Returns whether this
Ordering
isOrdering.GreaterThan
.- Definition Classes
- PartialOrdering
- final def isLessThan: Boolean
Returns whether this
Ordering
isOrdering.LessThan
.Returns whether this
Ordering
isOrdering.LessThan
.- Definition Classes
- PartialOrdering
- final def opposite: Ordering
Returns the opposite of this
Ordering
, withLessThan
converted toGreaterThan
andGreaterThan
converted toLessThan
.Returns the opposite of this
Ordering
, withLessThan
converted toGreaterThan
andGreaterThan
converted toLessThan
.- Definition Classes
- Ordering
- final def orElse(that: => Ordering): Ordering
Returns this ordering, but if this ordering is equal returns the specified ordering.
Returns this ordering, but if this ordering is equal returns the specified ordering.
- Definition Classes
- Ordering
- final def orElse(that: => PartialOrdering): PartialOrdering
Returns this ordering, but if this ordering is equal returns the specified ordering.
Returns this ordering, but if this ordering is equal returns the specified ordering.
- Definition Classes
- PartialOrdering
- final def ordinal: Int
Converts this
Ordering
to an ordinal representation, with0
representingLessThan
,1
representingEquals
and2
representingGreaterThan
.Converts this
Ordering
to an ordinal representation, with0
representingLessThan
,1
representingEquals
and2
representingGreaterThan
.- Definition Classes
- Ordering
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def unify(that: PartialOrdering): PartialOrdering
- Definition Classes
- PartialOrdering