lexicalOrder

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

Type members

Inherited classlikes

Inherited from
Ordering

Value members

Concrete methods

Inherited methods

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

Implicits

Inherited implicits

Inherited from
Ordering