Companion object to FutureOutcomes that contains factory methods for creating already-completed
FutureOutcomes.
- Companion:
- class
Value members
Concrete methods
Factory method that creates an already completed FutureOutcome with a Canceled result.
Factory method that creates an already completed FutureOutcome with a Canceled result.
Factory method that creates an already completed FutureOutcome with a Canceled result
whose TestCanceledException contains the specified message.
Factory method that creates an already completed FutureOutcome with a Canceled result
whose TestCanceledException contains the specified message.
Factory method that creates an already completed FutureOutcome with a Canceled result
whose TestCanceledException contains the specified cause.
Factory method that creates an already completed FutureOutcome with a Canceled result
whose TestCanceledException contains the specified cause.
Factory method that creates an already completed FutureOutcome with a Canceled result
whose TestCanceledException contains the specified message and cause.
Factory method that creates an already completed FutureOutcome with a Canceled result
whose TestCanceledException contains the specified message and cause.
Factory method that creates an already completed FutureOutcome with a Failed result.
Factory method that creates an already completed FutureOutcome with a Failed result.
Factory method that creates an already completed FutureOutcome with a Failed result
containing a TestFailedException with the specified message.
Factory method that creates an already completed FutureOutcome with a Failed result
containing a TestFailedException with the specified message.
Factory method that creates an already completed FutureOutcome with a Failed result
containing a TestFailedException with the specified message and cause.
Factory method that creates an already completed FutureOutcome with a Failed result
containing a TestFailedException with the specified message and cause.
Factory method that creates an already completed FutureOutcome with a Failed result
containing a TestFailedException with the specified cause.
Factory method that creates an already completed FutureOutcome with a Failed result
containing a TestFailedException with the specified cause.
Factory method that creates an already completed FutureOutcome with a Pending result.
Factory method that creates an already completed FutureOutcome with a Pending result.