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
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- Development
- Serializable
- Product
- Equals
- ScalaBuild
- Ordered
- Comparable
- AnyRef
- Any
Implicitly
- by orderingToOrdered
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Development(id: String)
Value Members
- def <(that: ScalaBuild): Boolean
- Definition Classes
- Ordered
- def <=(that: ScalaBuild): Boolean
- Definition Classes
- Ordered
- def >(that: ScalaBuild): Boolean
- Definition Classes
- Ordered
- def >=(that: ScalaBuild): Boolean
- Definition Classes
- Ordered
- def compare(that: ScalaBuild): Int
- Definition Classes
- Development → Ordered
- def compareTo(that: ScalaBuild): Int
- Definition Classes
- Ordered → Comparable
- val id: String
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- 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
- Development → ScalaBuild
Shadowed Implicit Value Members
- 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
- 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
- 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
- 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
- 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
- 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
The Scala compiler and reflection APIs.