Searched defs:thenAcceptBoth (Results 1 - 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DCompletionStage.java368 public <U> CompletionStage<Void> thenAcceptBoth method in interface:CompletionStage
H A DCompletableFuture.java2066 public <U> CompletableFuture<Void> thenAcceptBoth( method in class:CompletableFuture
/libcore/jsr166-tests/src/test/java/jsr166/
H A DCompletableFutureTest.java614 public <T,U> CompletableFuture<Void> thenAcceptBoth
618 return f.thenAcceptBoth(g, a);
688 public <T,U> CompletableFuture<Void> thenAcceptBoth
761 public <T,U> CompletableFuture<Void> thenAcceptBoth
813 public abstract <T,U> CompletableFuture<Void> thenAcceptBoth method in class:CompletableFutureTest.ExecutionMode
1768 * thenAcceptBoth result completes normally after normal
1788 final CompletableFuture<Void> h1 = m.thenAcceptBoth(f, g, r1);
1790 final CompletableFuture<Void> h2 = m.thenAcceptBoth(f, g, r2);
1796 final CompletableFuture<Void> h3 = m.thenAcceptBoth(f, g, r3);
1809 * thenAcceptBoth resul
[all...]

Completed in 102 milliseconds