HomeSort by relevance Sort by last modified time
    Searched defs:exceptionally (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/java/util/concurrent/
CompletionStage.java 64 * whether the triggering stage completed normally or exceptionally.
65 * Method {@link #exceptionally exceptionally} supports computation
66 * only when the triggering stage completes exceptionally, computing a
70 * requiring its completion complete exceptionally as well, with a
73 * complete exceptionally, then the CompletionException may correspond
76 * exceptionally, no guarantees are made about whether the dependent
77 * stage completes normally or exceptionally. In the case of method
79 * exception, then the stage completes exceptionally with this
80 * exception unless the source stage also completed exceptionally, i
821 public CompletionStage<T> exceptionally method in interface:CompletionStage
    [all...]
CompletableFuture.java 2191 public CompletableFuture<T> exceptionally( method in class:CompletableFuture
    [all...]
  /prebuilts/sdk/24/
android.jar 

Completed in 254 milliseconds