Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletionStage.java871 public default CompletionStage<T> exceptionallyAsync in exceptionallyAsync() method
897 public default CompletionStage<T> exceptionallyAsync in exceptionallyAsync() method
DCompletableFuture.java2347 public CompletableFuture<T> exceptionallyAsync( in exceptionallyAsync() method in CompletableFuture
2354 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/src/test/java/util/concurrent/tck/
DCompletableFutureTest.java797 return f.exceptionallyAsync(fn);
881 return f.exceptionallyAsync(fn, new ThreadExecutor());
4858 final CompletionStage<Item> g = d.exceptionallyAsync in testDefaultExceptionallyAsync_normalCompletion()
4884 final CompletionStage<Item> g = d.exceptionallyAsync in testDefaultExceptionallyAsync_exceptionalCompletion()
4912 final CompletionStage<Item> g = d.exceptionallyAsync in testDefaultExceptionallyAsync_exceptionalCompletionActionFailed()
/libcore/api/
Dcurrent.txt15410 …method public java.util.concurrent.CompletableFuture<T> exceptionallyAsync(java.util.function.Func…
15411 …method public java.util.concurrent.CompletableFuture<T> exceptionallyAsync(java.util.function.Func…
15493 …method public default java.util.concurrent.CompletionStage<T> exceptionallyAsync(java.util.functio…
15494 …method public default java.util.concurrent.CompletionStage<T> exceptionallyAsync(java.util.functio…