abstract fun thenCombine(other: AsyncCompletion!): AsyncCompletion!
(source)
Returns a completion that completes when both this completion and the other complete normally.
other
- AsyncCompletion!: The other completion.
Return
AsyncCompletion!: A completion.