Abstract Value Members
-
def
compare
(x: T, y: T): Int
-
def
isPlottable
(t: T): Boolean
-
def
portion
(left: T, v: T, right: T): Double
-
def
tics
(from: T, to: T): Seq[(T, String)]
-
def
zero
(): T
Concrete Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
equiv
(x: T, y: T): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
gt
(x: T, y: T): Boolean
-
def
gteq
(x: T, y: T): Boolean
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
lt
(x: T, y: T): Boolean
-
def
lteq
(x: T, y: T): Boolean
-
def
max
(x: T, y: T): T
-
def
min
(x: T, y: T): T
-
implicit def
mkOrderingOps
(lhs: T): Ops
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
on
[U]
(f: (U) ⇒ T): Ordering[U]
-
def
reverse
: Ordering[T]
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
tryCompare
(x: T, y: T): Some[Int]
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from Ordering[T]
Inherited from Serializable
Inherited from Serializable
Inherited from PartialOrdering[T]
Inherited from Equiv[T]
Inherited from Comparator[T]
Inherited from AnyRef
Inherited from Any