/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | CompletionStage.java | 188 public <U> CompletionStage<U> thenApplyAsync in thenApplyAsync() method 205 public <U> CompletionStage<U> thenApplyAsync in thenApplyAsync() method
|
D | CompletableFuture.java | 2179 public <U> CompletableFuture<U> thenApplyAsync( in thenApplyAsync() method in CompletableFuture 2184 public <U> CompletableFuture<U> thenApplyAsync( in thenApplyAsync() method in CompletableFuture
|
/libcore/ojluni/annotations/mmodule/java/util/concurrent/ |
D | CompletableFuture.annotated.java | 72 public <U> java.util.concurrent.CompletableFuture<U> thenApplyAsync(java.util.function.Function<? s… in thenApplyAsync() method in CompletableFuture 74 public <U> java.util.concurrent.CompletableFuture<U> thenApplyAsync(java.util.function.Function<? s… in thenApplyAsync() method in CompletableFuture
|
/libcore/luni/src/test/java/libcore/java/util/concurrent/ |
D | CompletionStageTest.java | 104 public <U> CompletionStage<U> thenApplyAsync(Function<? super T,? extends U> fn) { in thenApplyAsync() method in CompletionStageTest.BaseStage 108 public <U> CompletionStage<U> thenApplyAsync(Function<? super T,? extends U> fn, in thenApplyAsync() method in CompletionStageTest.BaseStage
|
/libcore/ojluni/annotations/flagged_api/java/util/concurrent/ |
D | CompletableFuture.annotated.java | 175 public <U> java.util.concurrent.CompletableFuture<U> thenApplyAsync(java.util.function.Function<? s… in thenApplyAsync() method in CompletableFuture 177 public <U> java.util.concurrent.CompletableFuture<U> thenApplyAsync(java.util.function.Function<? s… in thenApplyAsync() method in CompletableFuture
|
/libcore/ojluni/src/test/java/util/concurrent/tck/ |
D | CompletableFutureTest.java | 767 return f.thenApplyAsync(a); 851 return f.thenApplyAsync(a, new ThreadExecutor()); 3587 () -> f.thenApplyAsync(null), in testNPE() 3588 () -> f.thenApplyAsync(x -> x, null), in testNPE() 3589 () -> f.thenApplyAsync(null, exec), in testNPE() 3705 fs.add(src.thenApplyAsync(z -> z, e)); in testRejectingExecutor() 3787 fs.add(incomplete.thenApplyAsync(z -> z, e)); in testRejectingExecutorNeverInvoked() 4865 public <U> CompletionStage<U> thenApplyAsync in thenApplyAsync() method in DelegatedCompletionStage 4867 return cf.thenApplyAsync(fn); } in thenApplyAsync() 4868 public <U> CompletionStage<U> thenApplyAsync in thenApplyAsync() method in DelegatedCompletionStage [all …]
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | CompletableFutureTest.java | 675 return f.thenApplyAsync(a); 748 return f.thenApplyAsync(a, new ThreadExecutor()); 3227 () -> f.thenApplyAsync(null), in testNPE() 3228 () -> f.thenApplyAsync((x) -> x, null), in testNPE() 3229 () -> f.thenApplyAsync(null, exec), in testNPE()
|
/libcore/api/ |
D | current.txt | 15604 …method public <U> java.util.concurrent.CompletableFuture<U> thenApplyAsync(java.util.function.Func… 15605 …method public <U> java.util.concurrent.CompletableFuture<U> thenApplyAsync(java.util.function.Func… 15668 …method public <U> java.util.concurrent.CompletionStage<U> thenApplyAsync(java.util.function.Functi… 15669 …method public <U> java.util.concurrent.CompletionStage<U> thenApplyAsync(java.util.function.Functi…
|