AsyncResult.map

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

  1. AsyncResult!(U) map(Function!(T, U) mapper)
  2. AsyncResult!(V) map(V value)
    interface AsyncResult(T)
    final
    map
    (
    V
    )
    ()

Meta