Searched refs:thenRun (Results 1 – 3 of 3) sorted by relevance
262 public CompletionStage<Void> thenRun(Runnable action); in thenRun() method
324 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> thenRun585 return f.thenRun(a);657 public <T> CompletableFuture<Void> thenRun730 public <T> CompletableFuture<Void> thenRun796 public abstract <T> CompletableFuture<Void> thenRun1281 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 …]
82 public java.util.concurrent.CompletableFuture<java.lang.Void> thenRun(java.lang.Runnable action) { … in thenRun() method in CompletableFuture