CompletableFuture.acceptEitherAsync

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

Meta