Searched defs:thenAcceptAsync (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DCompletionStage.java234 public CompletionStage<Void> thenAcceptAsync(Consumer<? super T> action); method in interface:CompletionStage
249 public CompletionStage<Void> thenAcceptAsync(Consumer<? super T> action, method in interface:CompletionStage
H A DCompletableFuture.java2026 public CompletableFuture<Void> thenAcceptAsync(Consumer<? super T> action) { method in class:CompletableFuture
2030 public CompletableFuture<Void> thenAcceptAsync(Consumer<? super T> action, method in class:CompletableFuture

Completed in 9 milliseconds