abstract fun thenAccept(consumer: Consumer<in T>!): AsyncCompletion!
(source)
Returns a completion that, when this result completes normally, completes after executing the supplied consumer with this result's value as an argument.
consumer
- Consumer<in T>!: The consumer for the value of this result.
Return
AsyncCompletion!: A completion.