open static fun <T : Any> completed(@Nullable value: T?): AsyncResult<T>
Return an already completed result containing the given value.
value - The value.
value
- The type of the value.
Return A completed result.