object LessThan extends Ordering with NotEqual with Product with Serializable
- Alphabetic
- By Inheritance
- LessThan
- NotEqual
- Comparison
- Ordering
- PartialOrdering
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
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
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isEqual: Boolean
Returns whether this
OrderingisOrdering.Equals.Returns whether this
OrderingisOrdering.Equals.- Definition Classes
- PartialOrdering
-
final
def
isGreaterThan: Boolean
Returns whether this
OrderingisOrdering.GreaterThan.Returns whether this
OrderingisOrdering.GreaterThan.- Definition Classes
- PartialOrdering
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
isLessThan: Boolean
Returns whether this
OrderingisOrdering.LessThan.Returns whether this
OrderingisOrdering.LessThan.- Definition Classes
- PartialOrdering
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
opposite: Ordering
Returns the opposite of this
Ordering, withLessThanconverted toGreaterThanandGreaterThanconverted toLessThan.Returns the opposite of this
Ordering, withLessThanconverted toGreaterThanandGreaterThanconverted 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
Orderingto an ordinal representation, with0representingLessThan,1representingEqualsand2representingGreaterThan.Converts this
Orderingto an ordinal representation, with0representingLessThan,1representingEqualsand2representingGreaterThan.- Definition Classes
- Ordering
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
unify(that: PartialOrdering): PartialOrdering
- Definition Classes
- PartialOrdering
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )