Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletionStage.java262 public CompletionStage<Void> thenRun(Runnable action); in thenRun() method
/libcore/jsr166-tests/src/test/java/jsr166/
DCompletableFutureTest.java324 final CompletableFuture<Void> g = m.thenRun(f, new Noop(m));
327 final CompletableFuture<Void> h = m.thenRun(f, new Noop(m));
583 public <T> CompletableFuture<Void> thenRun
585 return f.thenRun(a);
657 public <T> CompletableFuture<Void> thenRun
730 public <T> CompletableFuture<Void> thenRun
796 public abstract <T> CompletableFuture<Void> thenRun
1281 final CompletableFuture<Void> h0 = m.thenRun(f, rs[0]); in testThenRun_normalCompletion()
1288 final CompletableFuture<Void> h3 = m.thenRun(f, rs[3]); in testThenRun_normalCompletion()
1314 final CompletableFuture<Void> h0 = m.thenRun(f, rs[0]); in testThenRun_exceptionalCompletion()
[all …]
/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