Companion object to FutureOutcomes that contains factory methods for creating already-completed FutureOutcomes.
Attributes
- Companion
- class
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
FutureOutcome.type
Members list
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.
Attributes
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.
Attributes
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.
Attributes
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.
Attributes
Factory method that creates an already completed FutureOutcome with a Failed result.
Factory method that creates an already completed FutureOutcome with a Failed result.
Attributes
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.
Attributes
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.
Attributes
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.
Attributes
Factory method that creates an already completed FutureOutcome with a Pending result.
Factory method that creates an already completed FutureOutcome with a Pending result.
Attributes
Factory method that creates an already completed FutureOutcome with a Succeeded result.
Factory method that creates an already completed FutureOutcome with a Succeeded result.