Searched refs:thenComposeAsync (Results 1 – 7 of 7) sorted by relevance
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | CompletionStage.java | 672 public <U> CompletionStage<U> thenComposeAsync in thenComposeAsync() method 697 public <U> CompletionStage<U> thenComposeAsync in thenComposeAsync() method
|
D | CompletableFuture.java | 2288 public <U> CompletableFuture<U> thenComposeAsync( in thenComposeAsync() method in CompletableFuture 2293 public <U> CompletableFuture<U> thenComposeAsync( in thenComposeAsync() method in CompletableFuture
|
/libcore/ojluni/annotations/mmodule/java/util/concurrent/ |
D | CompletableFuture.annotated.java | 126 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/luni/src/test/java/libcore/java/util/concurrent/ |
D | CompletionStageTest.java | 242 public <U> CompletionStage<U> thenComposeAsync( in thenComposeAsync() method in CompletionStageTest.BaseStage 247 public <U> CompletionStage<U> thenComposeAsync( in thenComposeAsync() method in CompletionStageTest.BaseStage
|
/libcore/ojluni/src/test/java/util/concurrent/tck/ |
D | CompletableFutureTest.java | 748 return f.thenComposeAsync(a); 832 return f.thenComposeAsync(a, new ThreadExecutor()); 3548 () -> f.thenComposeAsync(null), in testNPE() 3549 () -> f.thenComposeAsync(new CompletableFutureInc(ExecutionMode.EXECUTOR), null), in testNPE() 3550 () -> f.thenComposeAsync(null, exec), in testNPE() 3612 fs.add(src.thenComposeAsync(z -> null, e)); in testRejectingExecutor() 3693 fs.add(incomplete.thenComposeAsync(z -> null, e)); in testRejectingExecutorNeverInvoked() 4813 public <U> CompletionStage<U> thenComposeAsync in thenComposeAsync() method in DelegatedCompletionStage 4815 return cf.thenComposeAsync(fn); } in thenComposeAsync() 4816 public <U> CompletionStage<U> thenComposeAsync in thenComposeAsync() method in DelegatedCompletionStage [all …]
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | CompletableFutureTest.java | 680 return f.thenComposeAsync(a); 753 return f.thenComposeAsync(a, new ThreadExecutor()); 3290 () -> f.thenComposeAsync(null), in testNPE() 3291 () -> f.thenComposeAsync(new CompletableFutureInc(ExecutionMode.EXECUTOR), null), in testNPE() 3292 () -> f.thenComposeAsync(null, exec), in testNPE()
|
/libcore/api/ |
D | current.txt | 15456 …method public <U> java.util.concurrent.CompletableFuture<U> thenComposeAsync(java.util.function.Fu… 15457 …method public <U> java.util.concurrent.CompletableFuture<U> thenComposeAsync(java.util.function.Fu… 15520 …method public <U> java.util.concurrent.CompletionStage<U> thenComposeAsync(java.util.function.Func… 15521 …method public <U> java.util.concurrent.CompletionStage<U> thenComposeAsync(java.util.function.Func…
|