I - input type of target functionO - output type of target function@Deprecated public class FluxFunction<I,O> extends WrappedFunction<I,O,reactor.core.publisher.Flux<I>,reactor.core.publisher.Flux<O>,Function<I,O>>
Function implementation that wraps a target Function so that the target's
simple input and output types will be wrapped as Flux instances.| Constructor and Description |
|---|
FluxFunction(Function<I,O> target)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<O> |
apply(reactor.core.publisher.Flux<I> input)
Deprecated.
|
getTargetCopyright © 2022 Pivotal Software, Inc.. All rights reserved.