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 forUniJoin.first(List)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Uni<T>withItem()Forward the value from the firstUnito terminate with a value.
-