java.lang.Object
io.smallrye.mutiny.groups.UniConvert<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R> RTransforms thisUniinto a type using the provided converter.
-
Constructor Details
-
UniConvert
-
-
Method Details
-
with
Transforms thisUniinto a type using the provided converter.- Type Parameters:
R- the result type- Parameters:
converter- the converter function- Returns:
- an instance of R
- Throws:
RuntimeException- if the conversion fails.
-
toCompletionStage
-
toCompletableFuture
-
toPublisher
-