Searched refs:exceptionally (Results 1 – 3 of 3) sorted by relevance
850 public CompletionStage<T> exceptionally in exceptionally() method
2220 public CompletableFuture<T> exceptionally( in exceptionally() method in CompletableFuture
846 final CompletableFuture<Integer> g = f.exceptionally871 final CompletableFuture<Integer> g = f.exceptionally896 final CompletableFuture<Integer> g = f.exceptionally in testExceptionally_exceptionalCompletionActionFailed()3286 () -> f.exceptionally(null), in testNPE()