thenApplyAsync

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