Home
last modified time | relevance | path

Searched refs:thenComposeAsync (Results 1 – 4 of 4) 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.java2155 public <U> CompletableFuture<U> thenComposeAsync( in thenComposeAsync() method in CompletableFuture
2160 public <U> CompletableFuture<U> thenComposeAsync( in thenComposeAsync() method in CompletableFuture
/libcore/ojluni/annotations/mmodule/java/util/concurrent/
DCompletableFuture.annotated.java126 public <U> java.util.concurrent.CompletableFuture<U> thenComposeAsync(java.util.function.Function<?… in thenComposeAsync() method in CompletableFuture
128 public <U> java.util.concurrent.CompletableFuture<U> thenComposeAsync(java.util.function.Function<?… 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()