mill.api.Task.Simple
See theSimple companion object
@Scaladoc(value = "/**\n * A Simple Task is a [[Task.Named]] that is cached on disk; either a\n * [[Task.Computed]] or an [[Input]]\n */")
A Simple Task is a Task.Named that is cached on disk; either a Task.Computed or an Input
Attributes
- Companion
- object
- Graph
-
- Supertypes
- Known subtypes
Members list
Value members
Inherited methods
Evaluate this task
@Scaladoc(value = "/**\n * Whether or not this [[Task]] deletes the `Task.dest` folder between runs\n */")
Attributes
- Inherited from:
- Named
@Scaladoc(value = "/**\n * Even if this task\'s inputs did not change, does it need to re-evaluate\n * anyway?\n */")
Even if this task's inputs did not change, does it need to re-evaluate anyway?
Even if this task's inputs did not change, does it need to re-evaluate anyway?
Attributes
- Inherited from:
- Task
Attributes
- Inherited from:
- Ops
In this article