mill.define.Target
See theTarget companion object
@Scaladoc(value = "/**\n * A Target is a [[NamedTask]] that is cached on disk; either a\n * [[TargetImpl]] or an [[InputImpl]]\n */")
A Target is a NamedTask that is cached on disk; either a TargetImpl or an InputImpl
Attributes
- Companion
- object
- Source
- Task.scala
- Graph
-
- Supertypes
- Known subtypes
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- Applyable
- Source
- Applicative.scala
Attributes
- Inherited from:
- Task
- Source
- Task.scala
Attributes
- Inherited from:
- Task
- Source
- Task.scala
Attributes
- Inherited from:
- Task
- Source
- Task.scala
Evaluate this task
Attributes
- Inherited from:
- Ops
- Source
- Task.scala
Attributes
- Inherited from:
- Task
- Source
- Task.scala
Attributes
- Inherited from:
- NamedTask
- Source
- Task.scala
Attributes
- Inherited from:
- Ops
- Source
- Task.scala
@Scaladoc(value = "/**\n * Whether or not this [[Task]] deletes the `Task.dest` folder between runs\n */")
Whether or not this Task deletes the Task.dest
folder between runs
Whether or not this Task deletes the Task.dest
folder between runs
Attributes
- Inherited from:
- Task
- Source
- Task.scala
Attributes
- Inherited from:
- NamedTask
- Source
- Task.scala
@Scaladoc(value = "/**\n * Even if this tasks\'s inputs did not change, does it need to re-evaluate\n * anyway?\n */")
Even if this tasks's inputs did not change, does it need to re-evaluate anyway?
Even if this tasks's inputs did not change, does it need to re-evaluate anyway?
Attributes
- Inherited from:
- Task
- Source
- Task.scala
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
NamedTask -> Any
- Inherited from:
- NamedTask
- Source
- Task.scala
Attributes
- Inherited from:
- Ops
- Source
- Task.scala
Attributes
- Inherited from:
- NamedTask
- Source
- Task.scala
Attributes
- Inherited from:
- Ops
- Source
- Task.scala
Inherited and Abstract methods
Attributes
- Inherited from:
- NamedTask
- Source
- Task.scala
Attributes
- Inherited from:
- NamedTask
- Source
- Task.scala
Attributes
- Inherited from:
- NamedTask
- Source
- Task.scala
Inherited fields
Attributes
- Inherited from:
- NamedTask
- Source
- Task.scala
Inherited and Abstract fields
@Scaladoc(value = "/**\n * What other tasks does this task depend on?\n */")
What other tasks does this task depend on?
In this article