Anon
Attributes
- Source
- Task.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Evaluate this task
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
-
Any
- Source
- Task.scala
Inherited methods
Attributes
- Inherited from:
- Applyable
- Source
- Applicative.scala
Attributes
- Inherited from:
- Ops
- Source
- Task.scala
Attributes
- Inherited from:
- Ops
- Source
- Task.scala
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
Even if this task's inputs did not change, does it need to re-evaluate anyway? A non-zero sideHash marks the task as side-effecting (see Task.sideEffectingHash): the execution layer re-reads it every run rather than serving a cached value. The default 0 means the task is pure/cacheable.
Even if this task's inputs did not change, does it need to re-evaluate anyway? A non-zero sideHash marks the task as side-effecting (see Task.sideEffectingHash): the execution layer re-reads it every run rather than serving a cached value. The default 0 means the task is pure/cacheable.
Attributes
- Inherited from:
- Task
- Source
- Task.scala
Attributes
- Inherited from:
- Ops
- Source
- Task.scala
Attributes
- Inherited from:
- Ops
- Source
- Task.scala
Concrete fields
What other tasks does this task depend on?