Searched refs:exceptionallyAsync (Results 1 – 5 of 5) sorted by relevance
871 public default CompletionStage<T> exceptionallyAsync in exceptionallyAsync() method897 public default CompletionStage<T> exceptionallyAsync in exceptionallyAsync() method
2347 public CompletableFuture<T> exceptionallyAsync( in exceptionallyAsync() method in CompletableFuture2354 public CompletableFuture<T> exceptionallyAsync( in exceptionallyAsync() method in CompletableFuture
525 stage = (BaseStage) stage.exceptionallyAsync(fn); in testExceptionallyAsync()551 stage = (BaseStage) stage.exceptionallyAsync(fn, executor); in testExceptionallyAsyncWithExecutor()
797 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()
15410 …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…