thenAcceptBoth

abstract override fun <U> thenAcceptBoth(other: CompletionStage<out U>, action: BiConsumer<in T, in U>): DelayCompletionStage<Void?>