trait Module extends BaseClass

Represents a namespace within the Mill build hierarchy, containing nested modules or tasks.

Module is a class meant to be extended by traits *only*, in order to propagate the implicit parameters forward to the final concrete instantiation site so they can capture the enclosing/line information of the concrete instance.

Source
Module.scala
Linear Supertypes
BaseClass, Cacher, moduledefs.Cacher, AnyRef, Any
Known Subclasses
BaseModule, BaseModule0, Cross, Module, CrossValue, Module2, InnerCrossModule2, Module3, InnerCrossModule3, Module4, InnerCrossModule4, Module5, InnerCrossModule5, DynamicModule, ExternalModule, TaskModule, AndroidAppBundle, AndroidAppModule, AndroidSdkModule, CheckstyleModule, CheckstyleXsltModule, ErrorProneModule, PalantirFormatBaseModule, PalantirFormatModule, PalantirFormatModule, RevapiModule, KotlinMavenModule, KotlinMavenTests, KotlinModule, KotlinTests, KotlinWorkerModule, KotlinWorkerModule, PlatformKotlinModule, AndroidAppKotlinModule, DetektModule, KotlinJsModule, KotestTests, KotlinJsTests, KotlinTestPackageTests, Kover, KoverModule, KoverTests, kover, KoverReportBaseModule, KtfmtBaseModule, KtfmtModule, KtfmtModule, KtlintModule, KtlintModule, MainModule, RootModule, SubfolderModule, VisualizeModule, VisualizeModule, ScalaJSModule, ScalaJSTests, TestScalaJSModule, CoursierModule, CrossModuleBase, CrossSbtModule, CrossScalaModule, CrossScalaVersionRanges, Dependency, GenIdeaModule, JavaModule, MavenModule, OfflineSupportModule, PlatformModuleBase, PlatformScalaModule, PublishModule, PublishModule, RunModule, SbtModule, ScalaModule, ScalaTests, SemanticDbJavaModule, TestModule, JavaModuleBase, Junit4, Junit5, Munit, ScalaModuleBase, ScalaTest, Specs2, TestNg, Utest, Weaver, ZioTest, UnidocModule, WithZincWorker, ZincWorkerModule, ZincWorkerModule, BspModule, Giter8Module, Giter8Module, ScalafmtModule, ScalafmtModule, ScalafmtWorkerModule, SbtNativeModule, ScalaNativeModule, ScalaNativeTests, TestScalaNativeModule, Tests, CrossSbtModuleTests, Tests, GenIdea, JavaModuleTests, MavenModuleTests, SbtModuleTests, ScalaMetalsSupport
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Module
  2. BaseClass
  3. Cacher
  4. Cacher
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def cachedTarget[T](t: => T)(implicit c: Enclosing): T
    Attributes
    protected[this]
    Definition Classes
    Cacher → Cacher
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. implicit def millModuleBasePath: BasePath
  13. def millModuleDirectChildren: Seq[Module]
  14. implicit def millModuleExternal: External
  15. implicit def millModuleSegments: Segments
  16. implicit def millModuleShared: Foreign
  17. def millOuterCtx: Ctx
    Definition Classes
    BaseClass
  18. def millSourcePath: Path
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    Module → AnyRef → Any
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. object millInternal 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

    Annotations
    @internal()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from BaseClass

Inherited from Cacher

Inherited from moduledefs.Cacher

Inherited from AnyRef

Inherited from Any

Ungrouped