Searched refs:thenApplyAsync (Results 1 – 3 of 3) sorted by relevance
186 public <U> CompletionStage<U> thenApplyAsync in thenApplyAsync() method203 public <U> CompletionStage<U> thenApplyAsync in thenApplyAsync() method
2012 public <U> CompletableFuture<U> thenApplyAsync( in thenApplyAsync() method in CompletableFuture2017 public <U> CompletableFuture<U> thenApplyAsync( in thenApplyAsync() method in CompletableFuture
667 return f.thenApplyAsync(a);740 return f.thenApplyAsync(a, new ThreadExecutor());3219 () -> f.thenApplyAsync(null), in testNPE()3220 () -> f.thenApplyAsync((x) -> x, null), in testNPE()3221 () -> f.thenApplyAsync(null, exec), in testNPE()