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)
  2. CompletableFuture!(void) runAfterBoth(CompletionStage!U other, Runnable action)
    class CompletableFuture(T)
    runAfterBoth
    (
    U
    )

Meta