Package io.smallrye.mutiny.groups
Class UniJoin.JoinFirstStrategy<T>
- java.lang.Object
-
- io.smallrye.mutiny.groups.UniJoin.JoinFirstStrategy<T>
-
- Type Parameters:
T- the type of theUnivalues
- Enclosing class:
- UniJoin
public static class UniJoin.JoinFirstStrategy<T> extends java.lang.ObjectDefines how to deal with failures while joiningUnireferences withUniJoin.first(List)}.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Uni<T>toTerminate()Forward the value or failure from the firstUnito terminate.Uni<T>withItem()Forward the value from the firstUnito terminate with a value.
-