package eval
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait Evaluator extends AutoCloseable
Public facing API of the Mill evaluation logic.
- case class EvaluatorPaths extends Product with Serializable
- trait EvaluatorPathsResolver extends AnyRef
- sealed trait Terminal extends AnyRef
A terminal or terminal target is some important work unit, that in most cases has a name (Right[Labelled]) or was directly called by the user (Left[Task]).
A terminal or terminal target is some important work unit, that in most cases has a name (Right[Labelled]) or was directly called by the user (Left[Task]). It's a Task, Task.Worker, Task.Input, Task.Source, Task.Sources, Task.Command
Value Members
- object Evaluator
- object EvaluatorPaths extends Serializable
- object EvaluatorPathsResolver
- object Terminal