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