Searched refs:thenAcceptBoth (Results 1 – 7 of 7) sorted by relevance
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | CompletableFutureTest.java | 622 public <T,U> CompletableFuture<Void> thenAcceptBoth 626 return f.thenAcceptBoth(g, a); 696 public <T,U> CompletableFuture<Void> thenAcceptBoth 769 public <T,U> CompletableFuture<Void> thenAcceptBoth 821 public abstract <T,U> CompletableFuture<Void> thenAcceptBoth 1796 final CompletableFuture<Void> h1 = m.thenAcceptBoth(f, g, r1); in testThenAcceptBoth_normalCompletion() 1798 final CompletableFuture<Void> h2 = m.thenAcceptBoth(f, g, r2); in testThenAcceptBoth_normalCompletion() 1804 final CompletableFuture<Void> h3 = m.thenAcceptBoth(f, g, r3); in testThenAcceptBoth_normalCompletion() 1842 final CompletableFuture<Void> h1 = m.thenAcceptBoth(f, g, r1); in testThenAcceptBoth_exceptionalCompletion() 1844 final CompletableFuture<Void> h2 = m.thenAcceptBoth(f, g, r2); in testThenAcceptBoth_exceptionalCompletion() [all …]
|
/libcore/ojluni/src/test/java/util/concurrent/tck/ |
D | CompletableFutureTest.java | 682 public <T,U> CompletableFuture<Void> thenAcceptBoth 686 return f.thenAcceptBoth(g, a); 764 public <T,U> CompletableFuture<Void> thenAcceptBoth 848 public <T,U> CompletableFuture<Void> thenAcceptBoth 910 public abstract <T,U> CompletableFuture<Void> thenAcceptBoth 1919 final CompletableFuture<Void> h1 = m.thenAcceptBoth(f, g, r1); in testThenAcceptBoth_normalCompletion() 1921 final CompletableFuture<Void> h2 = m.thenAcceptBoth(f, g, r2); in testThenAcceptBoth_normalCompletion() 1927 final CompletableFuture<Void> h3 = m.thenAcceptBoth(f, g, r3); in testThenAcceptBoth_normalCompletion() 1965 final CompletableFuture<Void> h1 = m.thenAcceptBoth(f, g, r1); in testThenAcceptBoth_exceptionalCompletion() 1967 final CompletableFuture<Void> h2 = m.thenAcceptBoth(f, g, r2); in testThenAcceptBoth_exceptionalCompletion() [all …]
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | CompletionStage.java | 368 public <U> CompletionStage<Void> thenAcceptBoth in thenAcceptBoth() method
|
D | CompletableFuture.java | 2201 public <U> CompletableFuture<Void> thenAcceptBoth( in thenAcceptBoth() method in CompletableFuture
|
/libcore/ojluni/annotations/mmodule/java/util/concurrent/ |
D | CompletableFuture.annotated.java | 94 public <U> java.util.concurrent.CompletableFuture<java.lang.Void> thenAcceptBoth(java.util.concurre… in thenAcceptBoth() method in CompletableFuture
|
/libcore/luni/src/test/java/libcore/java/util/concurrent/ |
D | CompletionStageTest.java | 155 public <U> CompletionStage<Void> thenAcceptBoth(CompletionStage<? extends U> other, in thenAcceptBoth() method in CompletionStageTest.BaseStage
|
/libcore/api/ |
D | current.txt | 15446 …method public <U> java.util.concurrent.CompletableFuture<java.lang.Void> thenAcceptBoth(java.util.… 15510 …method public <U> java.util.concurrent.CompletionStage<java.lang.Void> thenAcceptBoth(java.util.co…
|