implicit final class ExtraRichOrdered[A <: Ordered[A]] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ExtraRichOrdered
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ExtraRichOrdered(a: A)
Value Members
-
def
!<>(that: A): Boolean
Returns
true
ifthis
andthat
are equal by their natural ordering;false
otherwise.Returns
true
ifthis
andthat
are equal by their natural ordering;false
otherwise. (That is, returnstrue
ifthis
is neither greater than nor less thanthat
.)- that
the thing to which to compare
this
- returns
true
ifthis
andthat
are equal by their natural ordering
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
def
<>(that: A): Boolean
Returns
true
ifthis
andthat
are unequal by their natural ordering;false
otherwise.Returns
true
ifthis
andthat
are unequal by their natural ordering;false
otherwise. (That is, returnstrue
ifthis
is greater than or less thanthat
.)- that
the thing to which to compare
this
- returns
true
ifthis
andthat
are unequal by their natural ordering
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
toString(): String
- Definition Classes
- Any