Searched refs:thenApplyAsync (Results 1 - 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DCompletionStage.java186 public <U> CompletionStage<U> thenApplyAsync method in interface:CompletionStage
203 public <U> CompletionStage<U> thenApplyAsync method in interface:CompletionStage
H A DCompletableFuture.java2012 public <U> CompletableFuture<U> thenApplyAsync( method in class:CompletableFuture
2017 public <U> CompletableFuture<U> thenApplyAsync( method in class:CompletableFuture
/libcore/jsr166-tests/src/test/java/jsr166/
H A DCompletableFutureTest.java667 return f.thenApplyAsync(a);
740 return f.thenApplyAsync(a, new ThreadExecutor());
3219 () -> f.thenApplyAsync(null),
3220 () -> f.thenApplyAsync((x) -> x, null),
3221 () -> f.thenApplyAsync(null, exec),

Completed in 73 milliseconds