lexicalOrder

object lexicalOrder extends Ordering[IntPointNLike]
trait Ordering[IntPointNLike]
trait PartialOrdering[IntPointNLike]
trait Equiv[IntPointNLike]
trait Serializable
trait Comparator[IntPointNLike]
class Object
trait Matchable
class Any

Type members

Inherited classlikes

Inherited from:
Ordering

Value members

Concrete methods

Inherited methods

override def equiv(x: IntPointNLike, y: IntPointNLike): Boolean
Definition Classes
Ordering -> PartialOrdering -> Equiv
Inherited from:
Ordering
override def gt(x: IntPointNLike, y: IntPointNLike): Boolean
Definition Classes
Ordering -> PartialOrdering
Inherited from:
Ordering
override def gteq(x: IntPointNLike, y: IntPointNLike): Boolean
Definition Classes
Ordering -> PartialOrdering
Inherited from:
Ordering
def isReverseOf(other: Ordering[_]): Boolean
Inherited from:
Ordering
override def lt(x: IntPointNLike, y: IntPointNLike): Boolean
Definition Classes
Ordering -> PartialOrdering
Inherited from:
Ordering
override def lteq(x: IntPointNLike, y: IntPointNLike): Boolean
Definition Classes
Ordering -> PartialOrdering
Inherited from:
Ordering
def max[U <: IntPointNLike](x: U, y: U): U
Inherited from:
Ordering
def min[U <: IntPointNLike](x: U, y: U): U
Inherited from:
Ordering
def on[U](f: U => IntPointNLike): Ordering[U]
Inherited from:
Ordering
def orElse(other: Ordering[IntPointNLike]): Ordering[IntPointNLike]
Inherited from:
Ordering
def orElseBy[S](f: IntPointNLike => S)(implicit ord: Ordering[S]): Ordering[IntPointNLike]
Inherited from:
Ordering
override def reverse: Ordering[IntPointNLike]
Definition Classes
Ordering -> PartialOrdering
Inherited from:
Ordering
def reversed(): Comparator[IntPointNLike]
Inherited from:
Comparator
def thenComparing[U <: Comparable[_ >: U <: <FromJavaObject>]](x$0: Function[_ >: IntPointNLike <: <FromJavaObject>, _ <: U]): Comparator[IntPointNLike]
Inherited from:
Comparator
def thenComparing[U <: <FromJavaObject>](x$0: Function[_ >: IntPointNLike <: <FromJavaObject>, _ <: U], x$1: Comparator[_ >: U <: <FromJavaObject>]): Comparator[IntPointNLike]
Inherited from:
Comparator
def thenComparing(x$0: Comparator[_ >: IntPointNLike <: <FromJavaObject>]): Comparator[IntPointNLike]
Inherited from:
Comparator
def thenComparingDouble(x$0: ToDoubleFunction[_ >: IntPointNLike <: <FromJavaObject>]): Comparator[IntPointNLike]
Inherited from:
Comparator
def thenComparingInt(x$0: ToIntFunction[_ >: IntPointNLike <: <FromJavaObject>]): Comparator[IntPointNLike]
Inherited from:
Comparator
def thenComparingLong(x$0: ToLongFunction[_ >: IntPointNLike <: <FromJavaObject>]): Comparator[IntPointNLike]
Inherited from:
Comparator
def tryCompare(x: IntPointNLike, y: IntPointNLike): Some[Int]
Inherited from:
Ordering

Implicits

Inherited implicits

Inherited from:
Ordering