Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletionStage.java548 public CompletionStage<Void> acceptEitherAsync in acceptEitherAsync() method
567 public CompletionStage<Void> acceptEitherAsync in acceptEitherAsync() method
DCompletableFuture.java2256 public CompletableFuture<Void> acceptEitherAsync( in acceptEitherAsync() method in CompletableFuture
2261 public CompletableFuture<Void> acceptEitherAsync( in acceptEitherAsync() method in CompletableFuture
/libcore/ojluni/annotations/mmodule/java/util/concurrent/
DCompletableFuture.annotated.java114 public java.util.concurrent.CompletableFuture<java.lang.Void> acceptEitherAsync(java.util.concurren… in acceptEitherAsync() method in CompletableFuture
116 public java.util.concurrent.CompletableFuture<java.lang.Void> acceptEitherAsync(java.util.concurren… in acceptEitherAsync() method in CompletableFuture
/libcore/luni/src/test/java/libcore/java/util/concurrent/
DCompletionStageTest.java208 public CompletionStage<Void> acceptEitherAsync(CompletionStage<? extends T> other, in acceptEitherAsync() method in CompletionStageTest.BaseStage
213 public CompletionStage<Void> acceptEitherAsync(CompletionStage<? extends T> other, in acceptEitherAsync() method in CompletionStageTest.BaseStage
/libcore/ojluni/src/test/java/util/concurrent/tck/
DCompletableFutureTest.java786 return f.acceptEitherAsync(g, a);
870 return f.acceptEitherAsync(g, a, new ThreadExecutor());
3532 () -> f.acceptEitherAsync(g, null), in testNPE()
3533 () -> f.acceptEitherAsync(g, null, exec), in testNPE()
3535 () -> f.acceptEitherAsync(nullFuture, x -> {}), in testNPE()
3536 () -> f.acceptEitherAsync(nullFuture, x -> {}, exec), in testNPE()
3537 () -> f.acceptEitherAsync(g, x -> {}, null), in testNPE()
3609 fs.add(src.acceptEitherAsync(src, z -> {}, e)); in testRejectingExecutor()
3648 fs.add(complete.acceptEitherAsync(incomplete, z -> {}, e)); in testRejectingExecutor()
3649 fs.add(incomplete.acceptEitherAsync(complete, z -> {}, e)); in testRejectingExecutor()
[all …]
/libcore/jsr166-tests/src/test/java/jsr166/
DCompletableFutureTest.java718 return f.acceptEitherAsync(g, a);
791 return f.acceptEitherAsync(g, a, new ThreadExecutor());
3274 () -> f.acceptEitherAsync(g, null), in testNPE()
3275 () -> f.acceptEitherAsync(g, null, exec), in testNPE()
3277 () -> f.acceptEitherAsync(nullFuture, (x) -> {}), in testNPE()
3278 () -> f.acceptEitherAsync(nullFuture, (x) -> {}, exec), in testNPE()
3279 () -> f.acceptEitherAsync(g, (x) -> {}, null), in testNPE()
/libcore/api/
Dcurrent.txt15390 …method public java.util.concurrent.CompletableFuture<java.lang.Void> acceptEitherAsync(java.util.c…
15391 …method public java.util.concurrent.CompletableFuture<java.lang.Void> acceptEitherAsync(java.util.c…
15487 …method public java.util.concurrent.CompletionStage<java.lang.Void> acceptEitherAsync(java.util.con…
15488 …method public java.util.concurrent.CompletionStage<java.lang.Void> acceptEitherAsync(java.util.con…