public class MultiConvert<T> extends Object
| Constructor and Description |
|---|
MultiConvert(Multi<T> upstream) |
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Publisher<T> |
toPublisher()
Converts the
Multi into a Publisher. |
<R> R |
with(Function<Multi<T>,R> converter)
Transforms this
Multi into a type using the provided converter. |
public <R> R with(Function<Multi<T>,R> converter)
Multi into a type using the provided converter.R - the type produced by the converterconverter - the converter functionRuntimeException - if the conversion fails.Copyright © 2019–2020 SmallRye. All rights reserved.