Task System
Task System
API
sbt
internal
Action
Pure
Mapped
FlatMapped
DependsOn
Join
Selected
Action
std
BinaryPipe
CloseableStreams
ForkTask
JoinTask
ManagedStreams
MultiInTask
ProcessPipe
SingleInTask
Streams
Streams
TaskExtra
TaskExtra
TaskExtra0
TaskInfo
TaskLines
TaskStreams
TextPipe
Transform
DummyTaskMap
TaskAndValue
Info
Info
Task
Task
taskMonad
Task System
/
sbt
/
sbt.internal
/
Action
/
DependsOn
DependsOn
sbt.internal.Action.DependsOn
final case
class
DependsOn
[
A
](
in
:
Task
[
A
],
deps
:
Seq
[
Task
[
_
]])
extends
Action
[
A
]
A computation
in
that requires other tasks
deps
to be evaluated first.
Attributes
Members list
Clear all
Value members
Inherited methods
def
productElementNames
:
Iterator
[
String
]
Attributes
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Attributes
Inherited from:
Product
In this article
Attributes
Members list
Value members
Inherited methods