MavenOrdering
mill.util.Version.MavenOrdering
@Scaladoc(value = "/**\n * Missing minor or micro versions are equal to zero,\n * a qualifier is lower that no qualifier,\n * qualifiers are sorted alphabetically,\n * stable ordering.\n *\n * TODO: Review ordering wrt Maven 3\n * TODO: also consider a coursier ordering\n */")
object MavenOrdering extends Ordering[Version]
Missing minor or micro versions are equal to zero, a qualifier is lower that no qualifier, qualifiers are sorted alphabetically, stable ordering.
TODO: Review ordering wrt Maven 3 TODO: also consider a coursier ordering
Attributes
- Source
- Version.scala
- Graph
-
- Supertypes
- Self type
-
MavenOrdering.type
Members list
Type members
Inherited classlikes
Attributes
- Inherited from:
- Ordering
- Supertypes
-
class Objecttrait Matchableclass Any
Value members
Concrete methods
Attributes
- Definition Classes
-
Ordering -> Comparator
- Source
- Version.scala
Inherited methods
Attributes
- Definition Classes
-
Ordering -> PartialOrdering -> Equiv
- Inherited from:
- Ordering
Attributes
- Definition Classes
-
Ordering -> PartialOrdering
- Inherited from:
- Ordering
Attributes
- Definition Classes
-
Ordering -> PartialOrdering
- Inherited from:
- Ordering
Attributes
- Inherited from:
- Ordering
Attributes
- Definition Classes
-
Ordering -> PartialOrdering
- Inherited from:
- Ordering
Attributes
- Definition Classes
-
Ordering -> PartialOrdering
- Inherited from:
- Ordering
Attributes
- Inherited from:
- Ordering
Attributes
- Definition Classes
-
Ordering -> PartialOrdering
- Inherited from:
- Ordering
def thenComparing[U <: Comparable[_ >: U <: <FromJavaObject>]](x$0: Function[_ >: Version <: <FromJavaObject>, _ <: U]): Comparator[Version]
Attributes
- Inherited from:
- Comparator
def thenComparing[U <: <FromJavaObject>](x$0: Function[_ >: Version <: <FromJavaObject>, _ <: U], x$1: Comparator[_ >: U <: <FromJavaObject>]): Comparator[Version]
Attributes
- Inherited from:
- Comparator
Attributes
- Inherited from:
- Comparator
def thenComparingDouble(x$0: ToDoubleFunction[_ >: Version <: <FromJavaObject>]): Comparator[Version]
Attributes
- Inherited from:
- Comparator
Attributes
- Inherited from:
- Comparator
Attributes
- Inherited from:
- Comparator
Attributes
- Inherited from:
- Ordering
Implicits
Inherited implicits
Attributes
- Inherited from:
- Ordering
In this article