Home
last modified time | relevance | path

Searched refs:acceptEither (Results 1 – 3 of 3) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DCompletableFutureTest.java632 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/
DCompletionStage.java530 public CompletionStage<Void> acceptEither in acceptEither() method
DCompletableFuture.java2116 public CompletableFuture<Void> acceptEither( in acceptEither() method in CompletableFuture