Float.G.Math.Ordering

trait Ordering[A <: RAW] extends Math.Ordering[A]
trait Math.Ordering[A]
trait Ordering[A]
trait PartialOrdering[A]
trait Equiv[A]
trait Serializable
trait Comparator[A]
class Object
trait Matchable
class Any
class Float.G.Math[A]

Def

def compare(x: A, y: A): Int
Definition Classes
Ordering -> PartialOrdering
Source
Math.scala

Inherited

@targetName("_join")
def +(c: Math.Ordering[A]): Math.Ordering[A]
Inherited from
Ordering
Source
__.scala
Inherited from
Ordering
Source
__.scala
def on[U](f: U => A): Ordering[U]
Inherited from
Ordering
@targetName("opt_View")
def opt_^(voidPosition: Int): Math.Ordering[Opt[A]]
Inherited from
Ordering
Source
__.scala
@targetName("prioritized_View")
def prioritized_^(priority: A => Int): Math.Ordering[A]
Inherited from
Ordering
Source
__.scala
@targetName("voidFirst_View")
Inherited from
Ordering
Source
__.scala
@targetName("voidLast_View")
Inherited from
Ordering
Source
__.scala