Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/concurrent/tck/
DCompletableFutureTest.java352 final CompletableFuture<Void> g = m.thenRun(f, new Noop(m));
355 final CompletableFuture<Void> h = m.thenRun(f, new Noop(m));
651 public <T> CompletableFuture<Void> thenRun
653 return f.thenRun(a);
733 public <T> CompletableFuture<Void> thenRun
817 public <T> CompletableFuture<Void> thenRun
893 public abstract <T> CompletableFuture<Void> thenRun
1412 final CompletableFuture<Void> h0 = m.thenRun(f, rs[0]); in testThenRun_normalCompletion()
1419 final CompletableFuture<Void> h3 = m.thenRun(f, rs[3]); in testThenRun_normalCompletion()
1445 final CompletableFuture<Void> h0 = m.thenRun(f, rs[0]); in testThenRun_exceptionalCompletion()
[all …]
/libcore/jsr166-tests/src/test/java/jsr166/
DCompletableFutureTest.java328 final CompletableFuture<Void> g = m.thenRun(f, new Noop(m));
331 final CompletableFuture<Void> h = m.thenRun(f, new Noop(m));
591 public <T> CompletableFuture<Void> thenRun
593 return f.thenRun(a);
665 public <T> CompletableFuture<Void> thenRun
738 public <T> CompletableFuture<Void> thenRun
804 public abstract <T> CompletableFuture<Void> thenRun
1289 final CompletableFuture<Void> h0 = m.thenRun(f, rs[0]); in testThenRun_normalCompletion()
1296 final CompletableFuture<Void> h3 = m.thenRun(f, rs[3]); in testThenRun_normalCompletion()
1322 final CompletableFuture<Void> h0 = m.thenRun(f, rs[0]); in testThenRun_exceptionalCompletion()
[all …]
/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletionStage.java262 public CompletionStage<Void> thenRun(Runnable action); in thenRun() method
DCompletableFuture.java2170 public CompletableFuture<Void> thenRun(Runnable action) { in thenRun() method in CompletableFuture
/libcore/luni/src/test/java/libcore/java/util/concurrent/
DCompletionStageTest.java126 public CompletionStage<Void> thenRun(Runnable action) { in thenRun() method in CompletionStageTest.BaseStage
/libcore/ojluni/annotations/mmodule/java/util/concurrent/
DCompletableFuture.annotated.java82 public java.util.concurrent.CompletableFuture<java.lang.Void> thenRun(java.lang.Runnable action) { … in thenRun() method in CompletableFuture
/libcore/api/
Dcurrent.txt14992 method public java.util.concurrent.CompletableFuture<java.lang.Void> thenRun(Runnable);
15056 method public java.util.concurrent.CompletionStage<java.lang.Void> thenRun(Runnable);