Home
last modified time | relevance | path

Searched refs:thenApplyAsync (Results 1 – 8 of 8) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletionStage.java188 public <U> CompletionStage<U> thenApplyAsync in thenApplyAsync() method
205 public <U> CompletionStage<U> thenApplyAsync in thenApplyAsync() method
DCompletableFuture.java2179 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/
DCompletableFuture.annotated.java72 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/
DCompletionStageTest.java104 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/
DCompletableFuture.annotated.java175 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/
DCompletableFutureTest.java767 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/
DCompletableFutureTest.java675 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/
Dcurrent.txt15604 …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…