Map the result of this async result to a specific {@code value}.<p>
When this async result succeeds, this {@code value} will succeeed the async result returned by this method call.<p>
When this async result fails, the failure will be propagated to the returned async result.
@param value the value that eventually completes the mapped async result @return the mapped async result
See Implementation
Map the result of this async result to a specific {@code value}.<p>
When this async result succeeds, this {@code value} will succeeed the async result returned by this method call.<p>
When this async result fails, the failure will be propagated to the returned async result.
@param value the value that eventually completes the mapped async result @return the mapped async result