final
class
OrderOps[F] extends Ops[F]
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
<(other: F): Boolean
-
final
def
<=(other: F): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
>(other: F): Boolean
-
final
def
>=(other: F): Boolean
-
final
def
?|?(other: F): Ordering
-
implicit
val
F: Order[F]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
cmp(other: F): Ordering
-
-
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
final
def
gt(other: F): Boolean
-
final
def
gte(other: F): Boolean
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
lt(other: F): Boolean
-
final
def
lte(other: F): Boolean
-
final
def
max(other: F): F
-
final
def
min(other: F): F
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
val
self: F
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Wraps a value
self
and provides methods related toOrder