Searched refs:thenRun (Results 1 – 7 of 7) sorted by relevance
/libcore/ojluni/src/test/java/util/concurrent/tck/ |
D | CompletableFutureTest.java | 352 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/ |
D | CompletableFutureTest.java | 328 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/ |
D | CompletionStage.java | 262 public CompletionStage<Void> thenRun(Runnable action); in thenRun() method
|
D | CompletableFuture.java | 2170 public CompletableFuture<Void> thenRun(Runnable action) { in thenRun() method in CompletableFuture
|
/libcore/luni/src/test/java/libcore/java/util/concurrent/ |
D | CompletionStageTest.java | 126 public CompletionStage<Void> thenRun(Runnable action) { in thenRun() method in CompletionStageTest.BaseStage
|
/libcore/ojluni/annotations/mmodule/java/util/concurrent/ |
D | CompletableFuture.annotated.java | 82 public java.util.concurrent.CompletableFuture<java.lang.Void> thenRun(java.lang.Runnable action) { … in thenRun() method in CompletableFuture
|
/libcore/api/ |
D | current.txt | 14992 method public java.util.concurrent.CompletableFuture<java.lang.Void> thenRun(Runnable); 15056 method public java.util.concurrent.CompletionStage<java.lang.Void> thenRun(Runnable);
|