implicit object UIDBasedOrdering extends Ordering[UID]
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(a: UID, b: UID): Int
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def equiv(x: UID, y: UID): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def gt(x: UID, y: UID): Boolean
- def gteq(x: UID, y: UID): Boolean
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- def isReverseOf(other: Ordering[_]): Boolean
- def lt(x: UID, y: UID): Boolean
- def lteq(x: UID, y: UID): Boolean
- def max[U <: UID](x: U, y: U): U
- def min[U <: UID](x: U, y: U): U
- implicit def mkOrderingOps(lhs: UID): OrderingOps
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def on[U](f: (U) => UID): Ordering[U]
- def orElse(other: Ordering[UID]): Ordering[UID]
- def orElseBy[S](f: (UID) => S)(implicit ord: Ordering[S]): Ordering[UID]
- def reverse: Ordering[UID]
- def reversed(): Comparator[UID]
- final def synchronized[T0](arg0: => T0): T0
- def thenComparing[U <: Comparable[_ >: U <: AnyRef]](arg0: Function[_ >: UID <: AnyRef, _ <: U]): Comparator[UID]
- def thenComparing[U <: AnyRef](arg0: Function[_ >: UID <: AnyRef, _ <: U], arg1: Comparator[_ >: U <: AnyRef]): Comparator[UID]
- def thenComparing(arg0: Comparator[_ >: UID <: AnyRef]): Comparator[UID]
- def thenComparingDouble(arg0: ToDoubleFunction[_ >: UID <: AnyRef]): Comparator[UID]
- def thenComparingInt(arg0: ToIntFunction[_ >: UID <: AnyRef]): Comparator[UID]
- def thenComparingLong(arg0: ToLongFunction[_ >: UID <: AnyRef]): Comparator[UID]
- def toString(): String
- def tryCompare(x: UID, y: UID): Some[Int]
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
Deprecated Value Members
- def finalize(): Unit
Inherited from Ordering[UID]
Inherited from PartialOrdering[UID]
Inherited from Equiv[UID]
Inherited from AnyRef
Inherited from Any