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

/libcore/luni/src/main/java/java/util/concurrent/
H A DCompletionStage.java32 * .thenRun(() -> System.out.println());}</pre>
233 public CompletionStage<Void> thenRun(Runnable action); method in interface:CompletionStage
H A DCompletableFuture.java2006 public CompletableFuture<Void> thenRun(Runnable action) { method in class:CompletableFuture
/libcore/jsr166-tests/src/test/java/jsr166/
H A 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 method in class:CompletableFutureTest.ExecutionMode
1271 * thenRun result completes normally after normal completion of source
1281 final CompletableFuture<Void> h0 = m.thenRun(f, rs[0]);
1288 final CompletableFuture<Void> h3 = m.thenRun(
[all...]

Completed in 13 milliseconds