I - input type of target functionO - output type of target functionpublic class FluxedFunction<I,O> extends Object
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 |
|---|
FluxedFunction(Function<reactor.core.publisher.Flux<I>,reactor.core.publisher.Flux<O>> target) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<O> |
apply(reactor.core.publisher.Flux<I> input) |
T |
getTarget() |
public T getTarget()
getTarget in interface FluxWrapper<T>Copyright © 2019 Pivotal Software, Inc.. All rights reserved.