Packages

  • package root
    Definition Classes
    root
  • package mill
    Definition Classes
    root
  • package define
    Definition Classes
    mill
  • class Module extends Cacher

    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.

    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.

    Definition Classes
    define
  • millInternal
o

mill.define.Module

millInternal

object millInternal extends Internal

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

Linear Supertypes
Internal, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. millInternal
  2. Internal
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. lazy val millModuleEnclosing: String
    Definition Classes
    Internal
  13. lazy val millModuleLine: Int
    Definition Classes
    Internal
  14. lazy val modules: Seq[Module]
    Definition Classes
    Internal
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. def reflectAll[T](implicit arg0: ClassTag[T]): Array[T]
    Definition Classes
    Internal
  19. def reflectNestedObjects[T](implicit arg0: ClassTag[T]): Array[T]
    Definition Classes
    Internal
  20. def reflectSingle[T](label: String)(implicit arg0: ClassTag[T]): Option[T]
    Definition Classes
    Internal
  21. lazy val segmentsToModules: Map[Segments, Module]
    Definition Classes
    Internal
  22. lazy val segmentsToTargets: Map[Segments, Target[Any]]
    Definition Classes
    Internal
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. lazy val targets: Set[Target[_]]
    Definition Classes
    Internal
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. def traverse[T](f: (Module) ⇒ Seq[T]): Seq[T]
    Definition Classes
    Internal
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Internal

Inherited from AnyRef

Inherited from Any

Ungrouped