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 * [[Target.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 Target.apply & similar macros.
Attributes
- Companion
- object
- Source
- Task.scala
- Graph
-
- Supertypes
- Known subtypes
-
class AnonImpl[T]trait NamedTask[T]class Command[T]trait Target[T]class InputImpl[T]class SourceImplclass SourcesImplclass TargetImpl[T]class Worker[T]
Members list
In this article