Uses of Interface
org.reactivestreams.Processor
Packages that use Processor
-
Uses of Processor in org.reactivestreams
Classes in org.reactivestreams that implement ProcessorModifier and TypeClassDescription(package private) static final classWraps a Flow Processor and forwards methods of the Reactive Streams Processor to it.Fields in org.reactivestreams declared as ProcessorMethods in org.reactivestreams that return ProcessorModifier and TypeMethodDescriptionstatic <T,U> Processor <T, U> FlowAdapters.toProcessor(Flow.Processor<? super T, ? extends U> flowProcessor) Converts a Flow Processor into a Reactive Streams Processor.Methods in org.reactivestreams with parameters of type ProcessorModifier and TypeMethodDescriptionstatic <T,U> Flow.Processor <T, U> FlowAdapters.toFlowProcessor(Processor<? super T, ? extends U> reactiveStreamsProcessor) Converts a Reactive Streams Processor into a Flow Processor.Constructors in org.reactivestreams with parameters of type ProcessorModifierConstructorDescriptionFlowToReactiveProcessor(Processor<? super T, ? extends U> reactive) -
Uses of Processor in org.reactivestreams.tck
Fields in org.reactivestreams.tck declared as ProcessorMethods in org.reactivestreams.tck that return ProcessorModifier and TypeMethodDescriptionIdentityProcessorVerification.createIdentityProcessor(int bufferSize) This is the main method you must implement in your test incarnation. -
Uses of Processor in org.reactivestreams.tck.flow
Methods in org.reactivestreams.tck.flow that return ProcessorModifier and TypeMethodDescriptionIdentityFlowProcessorVerification.createIdentityProcessor(int bufferSize)