CompletableFuture.runAfterBoth

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

Meta