given_Ordering_KeyType

scalation.database.KeyType.given_Ordering_KeyType
object given_Ordering_KeyType extends Ordering[KeyType]

Attributes

Graph
Supertypes
trait Ordering[KeyType]
trait PartialOrdering[KeyType]
trait Equiv[KeyType]
trait Serializable
trait Comparator[KeyType]
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Inherited classlikes

class OrderingOps(lhs: T)

Attributes

Inherited from:
Ordering
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def compare(x: KeyType, y: KeyType): Int

Inherited methods

override def equiv(x: KeyType, y: KeyType): Boolean

Attributes

Definition Classes
Ordering -> PartialOrdering -> Equiv
Inherited from:
Ordering
override def gt(x: KeyType, y: KeyType): Boolean

Attributes

Definition Classes
Ordering -> PartialOrdering
Inherited from:
Ordering
override def gteq(x: KeyType, y: KeyType): Boolean

Attributes

Definition Classes
Ordering -> PartialOrdering
Inherited from:
Ordering
def isReverseOf(other: Ordering[_]): Boolean

Attributes

Inherited from:
Ordering
override def lt(x: KeyType, y: KeyType): Boolean

Attributes

Definition Classes
Ordering -> PartialOrdering
Inherited from:
Ordering
override def lteq(x: KeyType, y: KeyType): Boolean

Attributes

Definition Classes
Ordering -> PartialOrdering
Inherited from:
Ordering
def max[U <: KeyType](x: U, y: U): U

Attributes

Inherited from:
Ordering
def min[U <: KeyType](x: U, y: U): U

Attributes

Inherited from:
Ordering
def on[U](f: U => KeyType): Ordering[U]

Attributes

Inherited from:
Ordering
def orElse(other: Ordering[KeyType]): Ordering[KeyType]

Attributes

Inherited from:
Ordering
def orElseBy[S](f: KeyType => S)(implicit ord: Ordering[S]): Ordering[KeyType]

Attributes

Inherited from:
Ordering
override def reverse: Ordering[KeyType]

Attributes

Definition Classes
Ordering -> PartialOrdering
Inherited from:
Ordering
def reversed(): Comparator[KeyType]

Attributes

Inherited from:
Comparator
def thenComparing[U <: Comparable[_ >: U <: <FromJavaObject>]](x$0: Function[_ >: KeyType <: <FromJavaObject>, _ <: U]): Comparator[KeyType]

Attributes

Inherited from:
Comparator
def thenComparing[U <: <FromJavaObject>](x$0: Function[_ >: KeyType <: <FromJavaObject>, _ <: U], x$1: Comparator[_ >: U <: <FromJavaObject>]): Comparator[KeyType]

Attributes

Inherited from:
Comparator
def thenComparing(x$0: Comparator[_ >: KeyType <: <FromJavaObject>]): Comparator[KeyType]

Attributes

Inherited from:
Comparator
def thenComparingDouble(x$0: ToDoubleFunction[_ >: KeyType <: <FromJavaObject>]): Comparator[KeyType]

Attributes

Inherited from:
Comparator
def thenComparingInt(x$0: ToIntFunction[_ >: KeyType <: <FromJavaObject>]): Comparator[KeyType]

Attributes

Inherited from:
Comparator
def thenComparingLong(x$0: ToLongFunction[_ >: KeyType <: <FromJavaObject>]): Comparator[KeyType]

Attributes

Inherited from:
Comparator
def tryCompare(x: KeyType, y: KeyType): Some[Int]

Attributes

Inherited from:
Ordering

Implicits

Inherited implicits

implicit def mkOrderingOps(lhs: KeyType): OrderingOps

Attributes

Inherited from:
Ordering