given_Ordering_UShort

kse.maths.Maths$package.UShort.given_Ordering_UShort
object given_Ordering_UShort extends Ordering[UShort]

Attributes

Graph
Supertypes
trait Ordering[UShort]
trait PartialOrdering[UShort]
trait Equiv[UShort]
trait Serializable
trait Comparator[UShort]
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(i: UShort, j: UShort): Int

Inherited methods

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Ordering

Implicits

Inherited implicits

implicit def mkOrderingOps(lhs: UShort): OrderingOps

Attributes

Inherited from:
Ordering