Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletionStage.java219 public CompletionStage<Void> thenAccept(Consumer<? super T> action); in thenAccept() method
DCompletableFuture.java2022 public CompletableFuture<Void> thenAccept(Consumer<? super T> action) { in thenAccept() method in CompletableFuture
/libcore/jsr166-tests/src/test/java/jsr166/
DCompletableFutureTest.java587 public <T> CompletableFuture<Void> thenAccept
589 return f.thenAccept(a);
661 public <T> CompletableFuture<Void> thenAccept
734 public <T> CompletableFuture<Void> thenAccept
798 public abstract <T> CompletableFuture<Void> thenAccept
1508 final CompletableFuture<Void> h0 = m.thenAccept(f, rs[0]); in testThenAccept_normalCompletion()
1513 final CompletableFuture<Void> h2 = m.thenAccept(f, rs[2]); in testThenAccept_normalCompletion()
1536 final CompletableFuture<Void> h0 = m.thenAccept(f, rs[0]); in testThenAccept_exceptionalCompletion()
1539 final CompletableFuture<Void> h2 = m.thenAccept(f, rs[2]); in testThenAccept_exceptionalCompletion()
1561 final CompletableFuture<Void> h0 = m.thenAccept(f, rs[0]); in testThenAccept_sourceCancelled()
[all …]