given_Ordering_TableImpl

ldbc.schema.syntax.OrderingTable.given_Ordering_TableImpl
object given_Ordering_TableImpl extends Ordering[TableImpl[_, _, _]]

Attributes

Source
OrderingTable.scala
Graph
Supertypes
trait Ordering[TableImpl[_, _, _]]
trait PartialOrdering[TableImpl[_, _, _]]
trait Equiv[TableImpl[_, _, _]]
trait Serializable
trait Comparator[TableImpl[_, _, _]]
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

override def compare(x: TableImpl[_, _, _], y: TableImpl[_, _, _]): Int

Attributes

Definition Classes
Ordering -> Comparator
Source
OrderingTable.scala

Inherited methods

override def equiv(x: TableImpl[_, _, _], y: TableImpl[_, _, _]): Boolean

Attributes

Definition Classes
Inherited from:
Ordering
override def gt(x: TableImpl[_, _, _], y: TableImpl[_, _, _]): Boolean

Attributes

Definition Classes
Inherited from:
Ordering
override def gteq(x: TableImpl[_, _, _], y: TableImpl[_, _, _]): Boolean

Attributes

Definition Classes
Inherited from:
Ordering

Attributes

Inherited from:
Ordering
override def lt(x: TableImpl[_, _, _], y: TableImpl[_, _, _]): Boolean

Attributes

Definition Classes
Inherited from:
Ordering
override def lteq(x: TableImpl[_, _, _], y: TableImpl[_, _, _]): Boolean

Attributes

Definition Classes
Inherited from:
Ordering
def max[U <: TableImpl[_, _, _]](x: U, y: U): U

Attributes

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

Attributes

Inherited from:
Ordering
def on[U](f: U => TableImpl[_, _, _]): Ordering[U]

Attributes

Inherited from:
Ordering
def orElse(other: Ordering[TableImpl[_, _, _]]): Ordering[TableImpl[_, _, _]]

Attributes

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

Attributes

Inherited from:
Ordering
override def reverse: Ordering[TableImpl[_, _, _]]

Attributes

Definition Classes
Inherited from:
Ordering
def reversed(): Comparator[TableImpl[_, _, _]]

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Ordering

Implicits

Inherited implicits

implicit def mkOrderingOps(lhs: TableImpl[_, _, _]): OrderingOps

Attributes

Inherited from:
Ordering