Home
last modified time | relevance | path

Searched refs:thenCombineAsync (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletionStage.java328 public <U,V> CompletionStage<V> thenCombineAsync in thenCombineAsync() method
349 public <U,V> CompletionStage<V> thenCombineAsync in thenCombineAsync() method
DCompletableFuture.java2189 public <U,V> CompletableFuture<V> thenCombineAsync( in thenCombineAsync() method in CompletableFuture
2195 public <U,V> CompletableFuture<V> thenCombineAsync( in thenCombineAsync() method in CompletableFuture
/libcore/ojluni/annotations/mmodule/java/util/concurrent/
DCompletableFuture.annotated.java90 public <U, V> java.util.concurrent.CompletableFuture<V> thenCombineAsync(java.util.concurrent.Compl… in thenCombineAsync() method in CompletableFuture
92 public <U, V> java.util.concurrent.CompletableFuture<V> thenCombineAsync(java.util.concurrent.Compl… in thenCombineAsync() method in CompletableFuture
/libcore/luni/src/test/java/libcore/java/util/concurrent/
DCompletionStageTest.java144 public <U,V> CompletionStage<V> thenCombineAsync(CompletionStage<? extends U> other, in thenCombineAsync() method in CompletionStageTest.BaseStage
149 public <U,V> CompletionStage<V> thenCombineAsync(CompletionStage<? extends U> other, in thenCombineAsync() method in CompletionStageTest.BaseStage
/libcore/ojluni/src/test/java/util/concurrent/tck/
DCompletableFutureTest.java774 return f.thenCombineAsync(g, a);
858 return f.thenCombineAsync(g, a, new ThreadExecutor());
3500 () -> f.thenCombineAsync(g, null), in testNPE()
3501 () -> f.thenCombineAsync(g, null, exec), in testNPE()
3503 () -> f.thenCombineAsync(nullFuture, (x, y) -> x), in testNPE()
3504 () -> f.thenCombineAsync(nullFuture, (x, y) -> x, exec), in testNPE()
3505 () -> f.thenCombineAsync(g, (x, y) -> x, null), in testNPE()
3604 fs.add(src.thenCombineAsync(src, (x, y) -> x, e)); in testRejectingExecutor()
3628 fs.add(complete.thenCombineAsync(incomplete, (x, y) -> x, e)); in testRejectingExecutor()
3629 fs.add(incomplete.thenCombineAsync(complete, (x, y) -> x, e)); in testRejectingExecutor()
[all …]
/libcore/jsr166-tests/src/test/java/jsr166/
DCompletableFutureTest.java706 return f.thenCombineAsync(g, a);
779 return f.thenCombineAsync(g, a, new ThreadExecutor());
3242 () -> f.thenCombineAsync(g, null), in testNPE()
3243 () -> f.thenCombineAsync(g, null, exec), in testNPE()
3245 () -> f.thenCombineAsync(nullFuture, (x, y) -> x), in testNPE()
3246 () -> f.thenCombineAsync(nullFuture, (x, y) -> x, exec), in testNPE()
3247 () -> f.thenCombineAsync(g, (x, y) -> x, null), in testNPE()
/libcore/api/
Dcurrent.txt15453 …method public <U, V> java.util.concurrent.CompletableFuture<V> thenCombineAsync(java.util.concurre…
15454 …method public <U, V> java.util.concurrent.CompletableFuture<V> thenCombineAsync(java.util.concurre…
15517 …method public <U, V> java.util.concurrent.CompletionStage<V> thenCombineAsync(java.util.concurrent…
15518 …method public <U, V> java.util.concurrent.CompletionStage<V> thenCombineAsync(java.util.concurrent…