Searched refs:acceptEitherAsync (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
H A DCompletionStage.java519 public CompletionStage<Void> acceptEitherAsync method in interface:CompletionStage
538 public CompletionStage<Void> acceptEitherAsync method in interface:CompletionStage
H A DCompletableFuture.java2092 public CompletableFuture<Void> acceptEitherAsync( method in class:CompletableFuture
2097 public CompletableFuture<Void> acceptEitherAsync( method in class:CompletableFuture
/libcore/jsr166-tests/src/test/java/jsr166/
H A DCompletableFutureTest.java710 return f.acceptEitherAsync(g, a);
783 return f.acceptEitherAsync(g, a, new ThreadExecutor());
3266 () -> f.acceptEitherAsync(g, null),
3267 () -> f.acceptEitherAsync(g, null, exec),
3269 () -> f.acceptEitherAsync(nullFuture, (x) -> {}),
3270 () -> f.acceptEitherAsync(nullFuture, (x) -> {}, exec),
3271 () -> f.acceptEitherAsync(g, (x) -> {}, null),

Completed in 191 milliseconds