vertx / io.vertx.rxjava.core / CompositeFuture / result

result

open fun result(): CompositeFuture

Overrides Future.result

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

Return
the result or null if the operation failed.