PropertyOrdering

org.beangle.commons.bean.orderings.PropertyOrdering
class PropertyOrdering(cmpStr: String) extends Ordering[Any]

属性比较器

Attributes

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

Members list

Type members

Inherited classlikes

class OrderingOps(lhs: T)

Attributes

Inherited from:
Ordering
Supertypes
class Object
trait Matchable
class Any

Value members

Constructors

def this(cmpWhat: String, asc: Boolean)

Concrete methods

def compare(arg0: Any, arg1: Any): Int

Inherited methods

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Ordering
def orElse(other: Ordering[Any]): Ordering[T]

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Ordering

Concrete fields

var asc: Boolean
var comparator: Ordering[Any]
var name: String
var nullFirst: Boolean

Implicits

Inherited implicits

implicit def mkOrderingOps(lhs: Any): OrderingOps

Attributes

Inherited from:
Ordering