Packages

object Final extends ScalaBuild with Product with Serializable

A final final

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

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
    Final → Ordered
  6. def compareTo(that: ScalaBuild): Int
    Definition Classes
    Ordered → Comparable
  7. def productElementName(n: Int): String
    Definition Classes
    Product
  8. def productElementNames: Iterator[String]
    Definition Classes
    Product
  9. 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
    FinalScalaBuild