open static fun <T : Any> succeededFuture(): Future<T>
Create a succeeded future with a null result
Return
the future
open static fun <T : Any> succeededFuture(result: T): Future<T>
Created a succeeded future with the specified result.
Return
the future