Searched refs:exceptionallyAsync (Results 1 – 6 of 6) sorted by relevance
873 public default CompletionStage<T> exceptionallyAsync in exceptionallyAsync() method899 public default CompletionStage<T> exceptionallyAsync in exceptionallyAsync() method
2379 public CompletableFuture<T> exceptionallyAsync( in exceptionallyAsync() method in CompletableFuture2386 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()
89 public java.util.concurrent.CompletableFuture<T> exceptionallyAsync(java.util.function.Function<jav… in exceptionallyAsync() method in CompletableFuture91 public java.util.concurrent.CompletableFuture<T> exceptionallyAsync(java.util.function.Function<jav… in exceptionallyAsync() method in CompletableFuture
821 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()
15562 …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…