Milestone

case class Milestone(n: Int) extends ScalaBuild

An intermediate release

trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def compare(that: ScalaBuild): Int

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
def compareTo(that: ScalaBuild): Int
Inherited from
Ordered
Inherited from
Product