AllBootstrapEvaluators

mill.eval.Evaluator.AllBootstrapEvaluators
@Scaladoc(value = "/**\n * Holds all [[Evaluator]]s needed to evaluate the targets of the project and all it\'s bootstrap projects.\n */")
case class AllBootstrapEvaluators(value: Seq[Evaluator])

Holds all Evaluators needed to evaluate the targets of the project and all it's bootstrap projects.

Attributes

Source
Evaluator.scala
Graph
Supertypes
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