Packages

case class Development(id: String) extends ScalaBuild with Product with Serializable

A development, test, integration, snapshot or other "unofficial" build

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

Instance Constructors

  1. new Development(id: String)

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
    Development → Ordered
  6. def compareTo(that: ScalaBuild): Int
    Definition Classes
    Ordered → Comparable
  7. val id: String
  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
    DevelopmentScalaBuild

Shadowed Implicit Value Members

  1. def <(that: Development): Boolean
    Implicit
    This member is added by an implicit conversion from Development tomath.Ordered[Development] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (development: math.Ordered[Development]).<(that)
    Definition Classes
    Ordered
  2. def <=(that: Development): Boolean
    Implicit
    This member is added by an implicit conversion from Development tomath.Ordered[Development] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (development: math.Ordered[Development]).<=(that)
    Definition Classes
    Ordered
  3. def >(that: Development): Boolean
    Implicit
    This member is added by an implicit conversion from Development tomath.Ordered[Development] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (development: math.Ordered[Development]).>(that)
    Definition Classes
    Ordered
  4. def >=(that: Development): Boolean
    Implicit
    This member is added by an implicit conversion from Development tomath.Ordered[Development] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (development: math.Ordered[Development]).>=(that)
    Definition Classes
    Ordered
  5. def compare(that: Development): Int
    Implicit
    This member is added by an implicit conversion from Development tomath.Ordered[Development] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (development: math.Ordered[Development]).compare(that)
    Definition Classes
    Ordered
  6. def compareTo(that: Development): Int
    Implicit
    This member is added by an implicit conversion from Development tomath.Ordered[Development] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (development: math.Ordered[Development]).compareTo(that)
    Definition Classes
    Ordered → Comparable