RC

case class RC(n: Int) extends ScalaBuild

A candidate for final release

trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def compare(that: ScalaBuild): Int

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

Inherited methods

def <(that: ScalaBuild): Boolean
Inherited from:
Ordered
def <=(that: ScalaBuild): Boolean
Inherited from:
Ordered
def >(that: ScalaBuild): Boolean
Inherited from:
Ordered
def >=(that: ScalaBuild): Boolean
Inherited from:
Ordered
Inherited from:
Ordered
Inherited from:
Product