Searched refs:thenComposeAsync (Results 1 – 3 of 3) sorted by relevance
672 public <U> CompletionStage<U> thenComposeAsync in thenComposeAsync() method697 public <U> CompletionStage<U> thenComposeAsync in thenComposeAsync() method
2153 public <U> CompletableFuture<U> thenComposeAsync( in thenComposeAsync() method in CompletableFuture2158 public <U> CompletableFuture<U> thenComposeAsync( in thenComposeAsync() method in CompletableFuture
672 return f.thenComposeAsync(a);745 return f.thenComposeAsync(a, new ThreadExecutor());3282 () -> f.thenComposeAsync(null), in testNPE()3283 () -> f.thenComposeAsync(new CompletableFutureInc(ExecutionMode.EXECUTOR), null), in testNPE()3284 () -> f.thenComposeAsync(null, exec), in testNPE()