Home
last modified time | relevance | path

Searched refs:thenComposeAsync (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletionStage.java672 public <U> CompletionStage<U> thenComposeAsync in thenComposeAsync() method
697 public <U> CompletionStage<U> thenComposeAsync in thenComposeAsync() method
DCompletableFuture.java2153 public <U> CompletableFuture<U> thenComposeAsync( in thenComposeAsync() method in CompletableFuture
2158 public <U> CompletableFuture<U> thenComposeAsync( in thenComposeAsync() method in CompletableFuture
/libcore/jsr166-tests/src/test/java/jsr166/
DCompletableFutureTest.java672 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()