ModuleRef

mill.api.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 */")
final 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

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

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product