I - type of Mono input of the target functionO - type of Flux output of the target function@Deprecated public class MonoToFluxFunction<I,O> extends WrappedFunction<I,O,reactor.core.publisher.Mono<I>,reactor.core.publisher.Flux<O>,Function<reactor.core.publisher.Mono<I>,reactor.core.publisher.Flux<O>>>
| Constructor and Description |
|---|
MonoToFluxFunction(Function<reactor.core.publisher.Mono<I>,reactor.core.publisher.Flux<O>> target)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<O> |
apply(reactor.core.publisher.Mono<I> input)
Deprecated.
|
getTargetCopyright © 2022 Pivotal Software, Inc.. All rights reserved.