Packages

case class Milestone(n: Int) extends ScalaBuild with Product with Serializable

An intermediate release

Source
ScalaVersion.scala
Linear Supertypes
Serializable, java.io.Serializable, Product, Equals, ScalaBuild, math.Ordered[ScalaBuild], Comparable[ScalaBuild], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Milestone
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ScalaBuild
  7. Ordered
  8. Comparable
  9. AnyRef
  10. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Milestone(n: Int)

Value Members

  1. def <(that: ScalaBuild): Boolean
    Definition Classes
    Ordered
  2. def <=(that: ScalaBuild): Boolean
    Definition Classes
    Ordered
  3. def >(that: ScalaBuild): Boolean
    Definition Classes
    Ordered
  4. def >=(that: ScalaBuild): Boolean
    Definition Classes
    Ordered
  5. def compare(that: ScalaBuild): Int
    Definition Classes
    Milestone → Ordered
  6. def compareTo(that: ScalaBuild): Int
    Definition Classes
    Ordered → Comparable
  7. val n: Int
  8. def unparse: String

    Return a version of this build information that can be parsed back into the same ScalaBuild

    Return a version of this build information that can be parsed back into the same ScalaBuild

    Definition Classes
    MilestoneScalaBuild