abstract class ScalaBuild extends Ordered[ScalaBuild]
Represents the data after the dash in major.minor.rev-build
- Source
- ScalaVersion.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScalaBuild
- Ordered
- Comparable
- AnyRef
- Any
Implicitly
- by orderingToOrdered
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ScalaBuild()
Abstract Value Members
- abstract def compare(that: ScalaBuild): Int
- Definition Classes
- Ordered
- abstract def unparse: String
Return a version of this build information that can be parsed back into the same ScalaBuild
Concrete 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 compareTo(that: ScalaBuild): Int
- Definition Classes
- Ordered → Comparable
Shadowed Implicit Value Members
- def <(that: ScalaBuild): Boolean
- Implicit
- This member is added by an implicit conversion from ScalaBuild tomath.Ordered[ScalaBuild] 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:(scalaBuild: math.Ordered[ScalaBuild]).<(that)
- Definition Classes
- Ordered
- def <=(that: ScalaBuild): Boolean
- Implicit
- This member is added by an implicit conversion from ScalaBuild tomath.Ordered[ScalaBuild] 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:(scalaBuild: math.Ordered[ScalaBuild]).<=(that)
- Definition Classes
- Ordered
- def >(that: ScalaBuild): Boolean
- Implicit
- This member is added by an implicit conversion from ScalaBuild tomath.Ordered[ScalaBuild] 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:(scalaBuild: math.Ordered[ScalaBuild]).>(that)
- Definition Classes
- Ordered
- def >=(that: ScalaBuild): Boolean
- Implicit
- This member is added by an implicit conversion from ScalaBuild tomath.Ordered[ScalaBuild] 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:(scalaBuild: math.Ordered[ScalaBuild]).>=(that)
- Definition Classes
- Ordered
- def compare(that: ScalaBuild): Int
- Implicit
- This member is added by an implicit conversion from ScalaBuild tomath.Ordered[ScalaBuild] 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:(scalaBuild: math.Ordered[ScalaBuild]).compare(that)
- Definition Classes
- Ordered
- def compareTo(that: ScalaBuild): Int
- Implicit
- This member is added by an implicit conversion from ScalaBuild tomath.Ordered[ScalaBuild] 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:(scalaBuild: math.Ordered[ScalaBuild]).compareTo(that)
- Definition Classes
- Ordered → Comparable
The Scala compiler and reflection APIs.