mill.eval
package mill.eval
Members list
Type members
Classlikes
trait Evaluator extends AutoCloseable
Public facing API of the Mill evaluation logic.
Public facing API of the Mill evaluation logic.
Attributes
- Companion
- object
- Source
- Evaluator.scala
- Supertypes
-
trait AutoCloseableclass Objecttrait Matchableclass Any
object Evaluator
Attributes
- Companion
- trait
- Source
- Evaluator.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Evaluator.type
Attributes
- Companion
- object
- Source
- EvaluatorPaths.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object EvaluatorPaths
Attributes
- Companion
- class
- Source
- EvaluatorPaths.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
EvaluatorPaths.type
trait EvaluatorPathsResolver
Attributes
- Companion
- object
- Source
- EvaluatorPathsResolver.scala
- Supertypes
-
class Objecttrait Matchableclass Any
object EvaluatorPathsResolver
Attributes
- Companion
- trait
- Source
- EvaluatorPathsResolver.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
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
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
Attributes
- Companion
- object
- Source
- Terminal.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
object Terminal
Attributes
- Companion
- trait
- Source
- Terminal.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Terminal.type
In this article