object handleOrdering extends Ordering[Handle]
Type Members
- class OrderingOps extends AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- def compare(x: Handle, y: Handle): Int
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def equiv(x: Handle, y: Handle): Boolean
- def finalize(): Unit
- final def getClass(): Class[_ <: AnyRef]
- def gt(x: Handle, y: Handle): Boolean
- def gteq(x: Handle, y: Handle): Boolean
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- def isReverseOf(other: math.Ordering[_]): Boolean
- def lt(x: Handle, y: Handle): Boolean
- def lteq(x: Handle, y: Handle): Boolean
- def max[U <: Handle](x: U, y: U): U
- def min[U <: Handle](x: U, y: U): U
- implicit def mkOrderingOps(lhs: Handle): OrderingOps
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def on[U](f: (U) => Handle): math.Ordering[U]
- def orElse(other: math.Ordering[Handle]): math.Ordering[Handle]
- def orElseBy[S](f: (Handle) => S)(implicit ord: math.Ordering[S]): math.Ordering[Handle]
- def reverse: math.Ordering[Handle]
- def reversed(): Comparator[Handle]
- final def synchronized[T0](arg0: => T0): T0
- def thenComparing[U <: Comparable[_ >: U <: AnyRef]](arg0: java.util.function.Function[_ >: Handle <: AnyRef, _ <: U]): Comparator[Handle]
- def thenComparing[U <: AnyRef](arg0: java.util.function.Function[_ >: Handle <: AnyRef, _ <: U], arg1: Comparator[_ >: U <: AnyRef]): Comparator[Handle]
- def thenComparing(arg0: Comparator[_ >: Handle <: AnyRef]): Comparator[Handle]
- def thenComparingDouble(arg0: ToDoubleFunction[_ >: Handle <: AnyRef]): Comparator[Handle]
- def thenComparingInt(arg0: ToIntFunction[_ >: Handle <: AnyRef]): Comparator[Handle]
- def thenComparingLong(arg0: ToLongFunction[_ >: Handle <: AnyRef]): Comparator[Handle]
- def toString(): String
- def tryCompare(x: Handle, y: Handle): Some[Int]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
Inherited from math.Ordering[Handle]
Inherited from math.PartialOrdering[Handle]
Inherited from math.Equiv[Handle]
Inherited from java.io.Serializable
Inherited from Comparator[Handle]
Inherited from Any
The Scala compiler and reflection APIs.