thenApplyAsync

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