Searched refs:thenAccept (Results 1 – 7 of 7) sorted by relevance
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | CompletionStage.java | 219 public CompletionStage<Void> thenAccept(Consumer<? super T> action); in thenAccept() method
|
D | CompletableFuture.java | 2157 public CompletableFuture<Void> thenAccept(Consumer<? super T> action) { in thenAccept() method in CompletableFuture
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | CompletableFutureTest.java | 595 public <T> CompletableFuture<Void> thenAccept 597 return f.thenAccept(a); 669 public <T> CompletableFuture<Void> thenAccept 742 public <T> CompletableFuture<Void> thenAccept 806 public abstract <T> CompletableFuture<Void> thenAccept 1516 final CompletableFuture<Void> h0 = m.thenAccept(f, rs[0]); in testThenAccept_normalCompletion() 1521 final CompletableFuture<Void> h2 = m.thenAccept(f, rs[2]); in testThenAccept_normalCompletion() 1544 final CompletableFuture<Void> h0 = m.thenAccept(f, rs[0]); in testThenAccept_exceptionalCompletion() 1547 final CompletableFuture<Void> h2 = m.thenAccept(f, rs[2]); in testThenAccept_exceptionalCompletion() 1569 final CompletableFuture<Void> h0 = m.thenAccept(f, rs[0]); in testThenAccept_sourceCancelled() [all …]
|
/libcore/ojluni/src/test/java/util/concurrent/tck/ |
D | CompletableFutureTest.java | 655 public <T> CompletableFuture<Void> thenAccept 657 return f.thenAccept(a); 737 public <T> CompletableFuture<Void> thenAccept 821 public <T> CompletableFuture<Void> thenAccept 895 public abstract <T> CompletableFuture<Void> thenAccept 1639 final CompletableFuture<Void> h0 = m.thenAccept(f, rs[0]); in testThenAccept_normalCompletion() 1644 final CompletableFuture<Void> h2 = m.thenAccept(f, rs[2]); in testThenAccept_normalCompletion() 1667 final CompletableFuture<Void> h0 = m.thenAccept(f, rs[0]); in testThenAccept_exceptionalCompletion() 1670 final CompletableFuture<Void> h2 = m.thenAccept(f, rs[2]); in testThenAccept_exceptionalCompletion() 1692 final CompletableFuture<Void> h0 = m.thenAccept(f, rs[0]); in testThenAccept_sourceCancelled() [all …]
|
/libcore/ojluni/annotations/mmodule/java/util/concurrent/ |
D | CompletableFuture.annotated.java | 76 public java.util.concurrent.CompletableFuture<java.lang.Void> thenAccept(java.util.function.Consume… in thenAccept() method in CompletableFuture
|
/libcore/luni/src/test/java/libcore/java/util/concurrent/ |
D | CompletionStageTest.java | 113 public CompletionStage<Void> thenAccept(Consumer<? super T> action) { in thenAccept() method in CompletionStageTest.BaseStage
|
/libcore/api/ |
D | current.txt | 15443 …method public java.util.concurrent.CompletableFuture<java.lang.Void> thenAccept(java.util.function… 15507 …method public java.util.concurrent.CompletionStage<java.lang.Void> thenAccept(java.util.function.C…
|