thenApplyAsync

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