Final

case object Final extends ScalaBuild

A final build

trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class Object
trait Matchable
class Any
Final.type

Type members

Inherited types

The names of the product elements

The names of the product elements

Inherited from:
Singleton

The name of the type

The name of the type

Inherited from:
Mirror

The mirrored *-type

The mirrored *-type

Inherited from:
Singleton
Inherited from:
Singleton

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

Create a new instance of type T with elements taken from product p.

Create a new instance of type T with elements taken from product p.

Inherited from:
Singleton
Inherited from:
Product