I
- input type of target consumerO
- output type of target consumerIP
- reactive input type of target function (instance of Publisher
OP
- reactive output type of target function (instance of Publisher
T
- actual target function (instance of Supplier
, Function
or
Consumer
)public abstract class WrappedFunction<I,O,IP extends org.reactivestreams.Publisher<I>,OP extends org.reactivestreams.Publisher<O>,T> extends Object implements Function<IP,OP>, FluxWrapper<T>
public T getTarget()
getTarget
in interface FluxWrapper<T>
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.