Scala Standard Library 2.12.18 - scala.math.Ordering.Long (original) (raw)
implicit object Long extends LongOrdering
Ordering
- Alphabetic
- By Inheritance
Inherited
Long
LongOrdering
Ordering
PartialOrdering
Equiv
Serializable
Serializable
Comparator
AnyRef
Any
Hide All
Show All
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: Long, y: Long): Int
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: Any): Boolean
- def equiv(x: Long, y: Long): Boolean
- def finalize(): Unit
- final def getClass(): Class[_]
- def gt(x: Long, y: Long): Boolean
- def gteq(x: Long, y: Long): Boolean
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- def lt(x: Long, y: Long): Boolean
- def lteq(x: Long, y: Long): Boolean
- def max(x: Long, y: Long): Long
- def min(x: Long, y: Long): Long
- implicit def mkOrderingOps(lhs: Long): Ops
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def on[U](f: (U) ⇒ Long): Ordering[U]
- def reverse: Ordering[Long]
- def reversed(): Comparator[Long]
- final def synchronized[T0](arg0: ⇒ T0): T0
- def thenComparing[U <: Comparable[_ >: U]](arg0: java.util.function.Function[_ >: Long, _ <: U]): Comparator[Long]
- def thenComparing[U](arg0: java.util.function.Function[_ >: Long, _ <: U], arg1: Comparator[_ >: U]): Comparator[Long]
- def thenComparing(arg0: Comparator[_ >: Long]): Comparator[Long]
- def thenComparingDouble(arg0: ToDoubleFunction[_ >: Long]): Comparator[Long]
- def thenComparingInt(arg0: ToIntFunction[_ >: Long]): Comparator[Long]
- def thenComparingLong(arg0: ToLongFunction[_ >: Long]): Comparator[Long]
- def toString(): String
- def tryCompare(x: Long, y: Long): Some[Int]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit