Module io.smallrye.mutiny
Package io.smallrye.mutiny.groups
Interface UniJoin.JoinFirstStrategyTerminal<T>
- Type Parameters:
T- the type of theUnivalues
- All Known Implementing Classes:
UniJoin.JoinFirstStrategy
- Enclosing class:
UniJoin
public static interface UniJoin.JoinFirstStrategyTerminal<T>
Terminal interface for
UniJoin.first(List)-
Method Summary
-
Method Details
-
withItem
Forward the value from the firstUnito terminate with a value.When all
Unireferences fail then failures are collected into aCompositeException, which is then forwarded by the returnedUni.- Returns:
- a new
Uni
-