CaseInsensitiveOrdering

com.jamesward.zio_mavencentral.MavenCentral.CaseInsensitiveOrdering
object CaseInsensitiveOrdering extends Ordering[ArtifactId]

Attributes

Graph
Supertypes
trait Ordering[ArtifactId]
trait PartialOrdering[ArtifactId]
trait Equiv[ArtifactId]
trait Serializable
trait Comparator[ArtifactId]
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Inherited classlikes

class OrderingOps(lhs: Ordering.this.T)

Attributes

Inherited from:
Ordering
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def compare(a: ArtifactId, b: ArtifactId): Int

Inherited methods

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Ordering

Implicits

Inherited implicits

implicit def mkOrderingOps(lhs: ArtifactId): OrderingOps

Attributes

Inherited from:
Ordering