HomeSort by relevance Sort by last modified time
    Searched defs:thenRun (Results 1 - 4 of 4) sorted by null

  /libcore/ojluni/src/main/java/java/util/concurrent/
CompletionStage.java 61 * .thenRun(() -> System.out.println());}</pre>
262 public CompletionStage<Void> thenRun(Runnable action);
    [all...]
CompletableFuture.java     [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
CompletableFutureTest.java 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> 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
    [all...]
  /prebuilts/sdk/24/
android.jar 

Completed in 1832 milliseconds