thenComposeAsync

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