JsValueOrdering

smile.json.JsValueOrdering
object JsValueOrdering extends Ordering[JsValue]

Attributes

Graph
Supertypes
trait Ordering[JsValue]
trait Equiv[JsValue]
trait Serializable
trait Comparator[JsValue]
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(a: JsValue, b: JsValue): Int

Inherited methods

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

Attributes

Definition Classes
Inherited from:
Ordering
override def gt(x: JsValue, y: JsValue): Boolean

Attributes

Definition Classes
Inherited from:
Ordering
override def gteq(x: JsValue, y: JsValue): Boolean

Attributes

Definition Classes
Inherited from:
Ordering

Attributes

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

Attributes

Definition Classes
Inherited from:
Ordering
override def lteq(x: JsValue, y: JsValue): Boolean

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Ordering

Attributes

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

Attributes

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

Attributes

Definition Classes
Inherited from:
Ordering
def reversed(): Comparator[JsValue]

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Comparator

Attributes

Inherited from:
Ordering

Implicits

Inherited implicits

Attributes

Inherited from:
Ordering