Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletionStage.java492 public <U> CompletionStage<U> applyToEitherAsync in applyToEitherAsync() method
512 public <U> CompletionStage<U> applyToEitherAsync in applyToEitherAsync() method
DCompletableFuture.java2240 public <U> CompletableFuture<U> applyToEitherAsync( in applyToEitherAsync() method in CompletableFuture
2245 public <U> CompletableFuture<U> applyToEitherAsync( in applyToEitherAsync() method in CompletableFuture
/libcore/ojluni/annotations/mmodule/java/util/concurrent/
DCompletableFuture.annotated.java108 public <U> java.util.concurrent.CompletableFuture<U> applyToEitherAsync(java.util.concurrent.Comple… in applyToEitherAsync() method in CompletableFuture
110 public <U> java.util.concurrent.CompletableFuture<U> applyToEitherAsync(java.util.concurrent.Comple… in applyToEitherAsync() method in CompletableFuture
/libcore/luni/src/test/java/libcore/java/util/concurrent/
DCompletionStageTest.java192 public <U> CompletionStage<U> applyToEitherAsync(CompletionStage<? extends T> other, in applyToEitherAsync() method in CompletionStageTest.BaseStage
197 public <U> CompletionStage<U> applyToEitherAsync(CompletionStage<? extends T> other, in applyToEitherAsync() method in CompletionStageTest.BaseStage
/libcore/ojluni/src/test/java/util/concurrent/tck/
DCompletableFutureTest.java792 return f.applyToEitherAsync(g, a);
876 return f.applyToEitherAsync(g, a, new ThreadExecutor());
3524 () -> f.applyToEitherAsync(g, null), in testNPE()
3525 () -> f.applyToEitherAsync(g, null, exec), in testNPE()
3527 () -> f.applyToEitherAsync(nullFuture, x -> x), in testNPE()
3528 () -> f.applyToEitherAsync(nullFuture, x -> x, exec), in testNPE()
3529 () -> f.applyToEitherAsync(g, x -> x, null), in testNPE()
3608 fs.add(src.applyToEitherAsync(src, z -> z, e)); in testRejectingExecutor()
3645 fs.add(complete.applyToEitherAsync(incomplete, z -> z, e)); in testRejectingExecutor()
3646 fs.add(incomplete.applyToEitherAsync(complete, z -> z, e)); in testRejectingExecutor()
[all …]
/libcore/jsr166-tests/src/test/java/jsr166/
DCompletableFutureTest.java724 return f.applyToEitherAsync(g, a);
797 return f.applyToEitherAsync(g, a, new ThreadExecutor());
3266 () -> f.applyToEitherAsync(g, null), in testNPE()
3267 () -> f.applyToEitherAsync(g, null, exec), in testNPE()
3269 () -> f.applyToEitherAsync(nullFuture, (x) -> x), in testNPE()
3270 () -> f.applyToEitherAsync(nullFuture, (x) -> x, exec), in testNPE()
3271 () -> f.applyToEitherAsync(g, (x) -> x, null), in testNPE()
/libcore/api/
Dcurrent.txt15395 …method public <U> java.util.concurrent.CompletableFuture<U> applyToEitherAsync(java.util.concurren…
15396 …method public <U> java.util.concurrent.CompletableFuture<U> applyToEitherAsync(java.util.concurren…
15490 …method public <U> java.util.concurrent.CompletionStage<U> applyToEitherAsync(java.util.concurrent.…
15491 …method public <U> java.util.concurrent.CompletionStage<U> applyToEitherAsync(java.util.concurrent.…