given_Ordering_ApiVersionNbr

uk.gov.hmrc.apiplatform.modules.common.domain.models.ApiVersionNbr$package.ApiVersionNbr.given_Ordering_ApiVersionNbr
object given_Ordering_ApiVersionNbr extends Ordering[ApiVersionNbr]

Attributes

Graph
Supertypes
trait Ordering[ApiVersionNbr]
trait PartialOrdering[ApiVersionNbr]
trait Equiv[ApiVersionNbr]
trait Serializable
trait Comparator[ApiVersionNbr]
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

Inherited methods

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Ordering

Implicits

Inherited implicits

Attributes

Inherited from:
Ordering