vertx / io.vertx.rxjava.core / CompositeFuture / resultAt

resultAt

open fun <T : Any> resultAt(index: Int): T

Returns the result of a wrapped future

Parameters

index - the wrapped future index

Return