Home
last modified time | relevance | path

Searched refs:exceptionallyAsync (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletionStage.java873 public default CompletionStage<T> exceptionallyAsync in exceptionallyAsync() method
899 public default CompletionStage<T> exceptionallyAsync in exceptionallyAsync() method
DCompletableFuture.java2379 public CompletableFuture<T> exceptionallyAsync( in exceptionallyAsync() method in CompletableFuture
2386 public CompletableFuture<T> exceptionallyAsync( in exceptionallyAsync() method in CompletableFuture
/libcore/luni/src/test/java/libcore/java/util/concurrent/
DCompletionStageTest.java525 stage = (BaseStage) stage.exceptionallyAsync(fn); in testExceptionallyAsync()
551 stage = (BaseStage) stage.exceptionallyAsync(fn, executor); in testExceptionallyAsyncWithExecutor()
/libcore/ojluni/annotations/flagged_api/java/util/concurrent/
DCompletableFuture.annotated.java89 public java.util.concurrent.CompletableFuture<T> exceptionallyAsync(java.util.function.Function<jav… in exceptionallyAsync() method in CompletableFuture
91 public java.util.concurrent.CompletableFuture<T> exceptionallyAsync(java.util.function.Function<jav… in exceptionallyAsync() method in CompletableFuture
/libcore/ojluni/src/test/java/util/concurrent/tck/
DCompletableFutureTest.java821 return f.exceptionallyAsync(fn);
905 return f.exceptionallyAsync(fn, new ThreadExecutor());
4999 final CompletionStage<Item> g = d.exceptionallyAsync in testDefaultExceptionallyAsync_normalCompletion()
5026 final CompletionStage<Item> g = d.exceptionallyAsync in testDefaultExceptionallyAsync_exceptionalCompletion()
5055 final CompletionStage<Item> g = d.exceptionallyAsync in testDefaultExceptionallyAsync_exceptionalCompletionActionFailed()
/libcore/api/
Dcurrent.txt15562 …method public java.util.concurrent.CompletableFuture<T> exceptionallyAsync(java.util.function.Func…
15563 …method public java.util.concurrent.CompletableFuture<T> exceptionallyAsync(java.util.function.Func…
15647 …method public default java.util.concurrent.CompletionStage<T> exceptionallyAsync(java.util.functio…
15648 …method public default java.util.concurrent.CompletionStage<T> exceptionallyAsync(java.util.functio…