CompletableFuture.thenAcceptBothAsync

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

Meta