Node

mill.main.buildgen.Node
case class Node[T](dirs: Seq[String], value: T)

A node representing a module in a build tree.

Value parameters

dirs

relative location in the build tree

value

build module

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product