acceptEitherAsync

abstract override fun acceptEitherAsync(other: CompletionStage<out T>, action: Consumer<in T>): DelayCompletionStage<Void?>
abstract override fun acceptEitherAsync(other: CompletionStage<out T>, action: Consumer<in T>, executor: Executor): DelayCompletionStage<Void?>