JsonOrdering

lightdb.util.JsonOrdering
object JsonOrdering extends Ordering[Json]

Attributes

Graph
Supertypes
trait Ordering[Json]
trait PartialOrdering[Json]
trait Equiv[Json]
trait Serializable
trait Comparator[Json]
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: Json, y: Json): Int

Attributes

Definition Classes
Ordering -> Comparator

Inherited methods

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Ordering

Implicits

Inherited implicits

implicit def mkOrderingOps(lhs: Json): OrderingOps

Attributes

Inherited from:
Ordering