mill.eval.Evaluator
See theEvaluator companion object
@Scaladoc(value = "/**\n * [[Evaluator]] is the primary API through which a user interacts with the Mill\n * evaluation process. The various phases of evaluation as methods they can call:\n *\n * 1. [[resolveSegments]]/[[resolveTasks]]\n * 2. [[plan]]\n * 3. [[execute]]/[[execute]],\n *\n * As well as [[evaluate]] which does all of these phases one after another\n */")
final class Evaluator extends AutoCloseable
Evaluator is the primary API through which a user interacts with the Mill evaluation process. The various phases of evaluation as methods they can call:
As well as evaluate which does all of these phases one after another
Attributes
- Companion
- object
- Source
- Evaluator.scala
- Graph
-
- Supertypes
-
trait AutoCloseableclass Objecttrait Matchableclass Any
Members list
In this article