public class UniAndGroupIterable<T1> extends Object
| Constructor and Description |
|---|
UniAndGroupIterable(Iterable<? extends Uni<?>> iterable) |
UniAndGroupIterable(Uni<? extends T1> source,
Iterable<? extends Uni<?>> iterable) |
UniAndGroupIterable(Uni<? extends T1> source,
Iterable<? extends Uni<?>> iterable,
boolean collectFailures) |
| Modifier and Type | Method and Description |
|---|---|
UniAndGroupIterable<T1> |
collectFailures() |
<O> Uni<O> |
combinedWith(Function<List<?>,O> function) |
Uni<Void> |
discardItems()
|
public UniAndGroupIterable(Uni<? extends T1> source, Iterable<? extends Uni<?>> iterable)
public UniAndGroupIterable<T1> collectFailures()
public Uni<Void> discardItems()
unis, and just emits null when all the
unis have completed successfully. In the case of failure, the failure is propagated.Uni Uni<Void> emitting null when all the unis have completed, or propagating
the failure.Copyright © 2019–2020 SmallRye. All rights reserved.