thenComposeAsync

abstract override fun <U> thenComposeAsync(fn: Function<in T, out CompletionStage<U>>): DelayCompletionStage<U>
abstract override fun <U> thenComposeAsync(fn: Function<in T, out CompletionStage<U>>, executor: Executor): DelayCompletionStage<U>