CompletableFuture.runAfterBothAsync

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

Meta