Succeeded
A task that succeeded with the given value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Value members
Inherited methods
Turns this task into a command by transforming errors and successful values according to the f
function
Turns this task into a command by transforming errors and successful values according to the f
function
- Inherited from:
- Task
Sequentially applies this task and then another task given by the function f
Sequentially applies this task and then another task given by the function f
- Inherited from:
- Task
@nowarn
Turns this task (that never fails) into a command
Turns this task (that never fails) into a command
- Inherited from:
- Task