Class FlowAdapters.FlowToReactiveProcessor<T,U>

java.lang.Object
org.reactivestreams.FlowAdapters.FlowToReactiveProcessor<T,U>
Type Parameters:
T - the input type
U - the output type
All Implemented Interfaces:
Flow.Processor<T,U>, Flow.Publisher<U>, Flow.Subscriber<T>
Enclosing class:
FlowAdapters

static final class FlowAdapters.FlowToReactiveProcessor<T,U> extends Object implements Flow.Processor<T,U>
Wraps a Reactive Streams Processor and forwards methods of the Flow Processor to it.