mill.define.Task
See theTask companion object
@Scaladoc(value = "/**\n * Models a single node in the Mill build graph, with a list of inputs and a\n * single output of type [[T]].\n *\n * Generally not instantiated manually, but instead constructed via the\n * [[Task.apply]] & similar macros.\n */")
Models a single node in the Mill build graph, with a list of inputs and a single output of type T.
Generally not instantiated manually, but instead constructed via the Task.apply & similar macros.
Attributes
- Companion
- object
- Source
- Task.scala
- Graph
-
- Supertypes
- Known subtypes
Members list
In this article