SingleInTask
sbt.std.SingleInTask
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Abstract methods
Deprecated methods
Attributes
- Deprecated
-
[Since version 0.13.0]
Use the `failure` method to create a task that returns Incomplete when this task fails and then call `flatMap` on the new task.
Attributes
- Deprecated
-
[Since version 0.13.0]
Use the `result` method to create a task that returns the full Result of this task. Then, call `flatMap` on the new task.
Attributes
- Deprecated
-
[Since version 0.13.0]
Use the `failure` method to create a task that returns Incomplete when this task fails and then call `mapFailure` on the new task.
In this article