ScalaBuild

abstract class ScalaBuild extends Ordered[ScalaBuild]

Represents the data after the dash in major.minor.rev-build

Companion
object
class Object
trait Matchable
class Any
object Final
class RC
class Milestone

Value members

Abstract methods

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