ModuleRef

mill.define.ModuleRef
@Scaladoc(value = "/**\n * Used to refer to a module from another module without including the target\n * module as a child-module of the first.\n */")
case class ModuleRef[+T <: Module](t: T)

Used to refer to a module from another module without including the target module as a child-module of the first.

Attributes

Source
ModuleRef.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def apply(): T

Attributes

Source
ModuleRef.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product