any

fun any(first: DurableFuture<*>, second: DurableFuture<*>, vararg others: DurableFuture<*>): DurableFuture<Int>
fun any(durableFutures: List<DurableFuture<*>>): DurableFuture<Int>

See also