CompletableFuture.thenAcceptAsync

Undocumented in source. Be warned that the author may not have intended to support it.
  1. CompletableFuture!(void) thenAcceptAsync(ConsumerT action)
    class CompletableFuture(T)
    thenAcceptAsync
  2. CompletableFuture!(void) thenAcceptAsync(ConsumerT action, Executor executor)

Meta