Module

mill.define.Cross.Module
@Scaladoc(value = "/**\n * A simple cross-module with 1 cross-type [[T1]], which is available in the\n * module body as [[crossValue]]\n */")
trait Module[T1] extends Module

A simple cross-module with 1 cross-type T1, which is available in the module body as crossValue

Attributes

Source
Cross.scala
Graph
Supertypes
trait Module
trait Wrapper
class BaseClass
trait Cacher
trait Cacher
class Object
trait Matchable
class Any
Show all
Known subtypes
trait CrossValue
trait Module2[T1, T2]
trait Module3[T1, T2, T3]
trait Module4[T1, T2, T3, T4]
trait Module5[T1, T2, T3, T4, T5]
Show all

Members list

Type members

Classlikes

@Scaladoc(value = "/**\n * trait that can be mixed into any sub-modules within the body of a\n * [[Cross.Module]], to automatically inherit the [[crossValue]]\n */")
trait CrossValue extends Module[T1]

trait that can be mixed into any sub-modules within the body of a Cross.Module, to automatically inherit the crossValue

trait that can be mixed into any sub-modules within the body of a Cross.Module, to automatically inherit the crossValue

Attributes

Source
Cross.scala
Supertypes
trait Module[T1]
trait Module
trait Wrapper
class BaseClass
trait Cacher
trait Cacher
class Object
trait Matchable
class Any
Show all
Known subtypes

Inherited classlikes

@Scaladoc(value = "/**\n * Miscellaneous machinery around traversing & querying the build hierarchy,\n * that should not be needed by normal users of Mill\n */")
object moduleInternal extends Internal

Miscellaneous machinery around traversing & querying the build hierarchy, that should not be needed by normal users of Mill

Miscellaneous machinery around traversing & querying the build hierarchy, that should not be needed by normal users of Mill

Attributes

Inherited from:
Module
Source
Module.scala
Supertypes
class Internal
class Object
trait Matchable
class Any

Value members

Abstract methods

def crossValue: T1

Attributes

Source
Cross.scala

Concrete methods

def crossWrapperSegments: List[String]

Attributes

Source
Cross.scala

Inherited methods

def moduleCtx: Ctx

Attributes

Inherited from:
BaseClass
Source
Module.scala
def moduleDir: Path

Attributes

Inherited from:
Module
Source
Module.scala

Attributes

Inherited from:
Module
Source
Module.scala

Attributes

Inherited from:
Module
Source
Module.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Module -> Any
Inherited from:
Module
Source
Module.scala

Implicits

Inherited implicits

implicit def moduleNestedCtx: Nested

Attributes

Inherited from:
Module
Source
Module.scala