vertx / io.vertx.rxjava.core / CompositeFuture / complete

complete

open fun complete(result: CompositeFuture): Unit

Set the result. Any handler will be called, if there is one, and the future will be marked as completed.

Parameters

result - the result

open fun complete(): Unit

Overrides Future.complete

Set this instance as result. Any handler will be called, if there is one, and the future will be marked as completed.