Home
last modified time | relevance | path

Searched refs:thenAccept (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletionStage.java219 public CompletionStage<Void> thenAccept(Consumer<? super T> action); in thenAccept() method
DCompletableFuture.java2157 public CompletableFuture<Void> thenAccept(Consumer<? super T> action) { in thenAccept() method in CompletableFuture
/libcore/jsr166-tests/src/test/java/jsr166/
DCompletableFutureTest.java595 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/
DCompletableFutureTest.java655 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/
DCompletableFuture.annotated.java76 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/
DCompletionStageTest.java113 public CompletionStage<Void> thenAccept(Consumer<? super T> action) { in thenAccept() method in CompletionStageTest.BaseStage
/libcore/api/
Dcurrent.txt15443 …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…