BuildObject

mill.main.buildgen.BuildObject
See theBuildObject companion object
case class BuildObject(imports: SortedSet[String], companions: Companions, supertypes: Seq[String], inner: String, outer: String)

A Mill build module defined as a Scala object.

Value parameters

companions

build companion objects defining constants

imports

Scala import statements

inner

Scala object code

outer

additional Scala type definitions like base module traits

supertypes

Scala supertypes inherited by the object

Attributes

Companion
object
Source
ir.scala
Graph
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product