vertx / io.vertx.reactivex.core / Future / result

result

open fun result(): T

The result of the operation. This will be null if the operation failed.

Return
the result or null if the operation failed.