Searched refs:acceptEitherAsync (Results 1 – 4 of 4) sorted by relevance
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | CompletionStage.java | 548 public CompletionStage<Void> acceptEitherAsync in acceptEitherAsync() method 567 public CompletionStage<Void> acceptEitherAsync in acceptEitherAsync() method
|
D | CompletableFuture.java | 2123 public CompletableFuture<Void> acceptEitherAsync( in acceptEitherAsync() method in CompletableFuture 2128 public CompletableFuture<Void> acceptEitherAsync( in acceptEitherAsync() method in CompletableFuture
|
/libcore/ojluni/annotations/mmodule/java/util/concurrent/ |
D | CompletableFuture.annotated.java | 114 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/jsr166-tests/src/test/java/jsr166/ |
D | CompletableFutureTest.java | 710 return f.acceptEitherAsync(g, a); 783 return f.acceptEitherAsync(g, a, new ThreadExecutor()); 3266 () -> f.acceptEitherAsync(g, null), in testNPE() 3267 () -> f.acceptEitherAsync(g, null, exec), in testNPE() 3269 () -> f.acceptEitherAsync(nullFuture, (x) -> {}), in testNPE() 3270 () -> f.acceptEitherAsync(nullFuture, (x) -> {}, exec), in testNPE() 3271 () -> f.acceptEitherAsync(g, (x) -> {}, null), in testNPE()
|