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

/libcore/luni/src/main/java/java/util/concurrent/
H A DCompletionStage.java157 public <U> CompletionStage<U> thenApplyAsync method in interface:CompletionStage
174 public <U> CompletionStage<U> thenApplyAsync method in interface:CompletionStage
H A DCompletableFuture.java1983 public <U> CompletableFuture<U> thenApplyAsync( method in class:CompletableFuture
1988 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 90 milliseconds