Searched refs:acceptEither (Results 1 – 3 of 3) sorted by relevance
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | CompletableFutureTest.java | 632 public <T> CompletableFuture<Void> acceptEither 636 return f.acceptEither(g, a); 706 public <T> CompletableFuture<Void> acceptEither 779 public <T> CompletableFuture<Void> acceptEither 825 public abstract <T> CompletableFuture<Void> acceptEither 1509 final CompletableFuture<Void> h1 = m.acceptEither(f, f, rs[1]); in testThenAccept_normalCompletion() 1514 final CompletableFuture<Void> h3 = m.acceptEither(f, f, rs[3]); in testThenAccept_normalCompletion() 1537 final CompletableFuture<Void> h1 = m.acceptEither(f, f, rs[1]); in testThenAccept_exceptionalCompletion() 1540 final CompletableFuture<Void> h3 = m.acceptEither(f, f, rs[3]); in testThenAccept_exceptionalCompletion() 1562 final CompletableFuture<Void> h1 = m.acceptEither(f, f, rs[1]); in testThenAccept_sourceCancelled() [all …]
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | CompletionStage.java | 530 public CompletionStage<Void> acceptEither in acceptEither() method
|
D | CompletableFuture.java | 2116 public CompletableFuture<Void> acceptEither( in acceptEither() method in CompletableFuture
|