RowPrecedence

org.beangle.data.excel.CellRef.RowPrecedence
object RowPrecedence extends Ordering[CellRef]

Cell comparator used to order cell by rows first and then by columns

Attributes

Graph
Supertypes
trait Ordering[CellRef]
trait PartialOrdering[CellRef]
trait Equiv[CellRef]
trait Serializable
trait Comparator[CellRef]
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(cellRef1: CellRef, cellRef2: CellRef): Int

Attributes

Definition Classes
Ordering -> Comparator

Inherited methods

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Ordering

Implicits

Inherited implicits

implicit def mkOrderingOps(lhs: CellRef): OrderingOps

Attributes

Inherited from:
Ordering