| Known Direct Subclasses |
A contract that takes a Task<T>
and optionally returns its result T? if the task completes successfully.
Supports contracts that are only interested in receiving the result without any associated information about the operation.
| T |
outputFromTask(Task<T> task)
Extracts a result from a given
Task if
it is completed successfully.
|
Extracts a result from a given Task if it is
completed successfully.