Searched refs:thenAccept (Results 1 – 3 of 3) sorted by relevance
219 public CompletionStage<Void> thenAccept(Consumer<? super T> action); in thenAccept() method
2022 public CompletableFuture<Void> thenAccept(Consumer<? super T> action) { in thenAccept() method in CompletableFuture
587 public <T> CompletableFuture<Void> thenAccept589 return f.thenAccept(a);661 public <T> CompletableFuture<Void> thenAccept734 public <T> CompletableFuture<Void> thenAccept798 public abstract <T> CompletableFuture<Void> thenAccept1508 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 …]