Class FlatMapIterableStageFactory

java.lang.Object
io.smallrye.mutiny.streams.stages.FlatMapIterableStageFactory
All Implemented Interfaces:
ProcessingStageFactory<org.eclipse.microprofile.reactive.streams.operators.spi.Stage.FlatMapIterable>

public class FlatMapIterableStageFactory extends Object implements ProcessingStageFactory<org.eclipse.microprofile.reactive.streams.operators.spi.Stage.FlatMapIterable>
Author:
Clement Escoffier
  • Constructor Details

    • FlatMapIterableStageFactory

      public FlatMapIterableStageFactory()
  • Method Details

    • create

      public <I, O> ProcessingStage<I,O> create(Engine engine, org.eclipse.microprofile.reactive.streams.operators.spi.Stage.FlatMapIterable stage)
      Description copied from interface: ProcessingStageFactory
      Creates the instance.
      Specified by:
      create in interface ProcessingStageFactory<org.eclipse.microprofile.reactive.streams.operators.spi.Stage.FlatMapIterable>
      Type Parameters:
      I - input data
      O - output data
      Parameters:
      engine - the reactive engine
      stage - the stage
      Returns:
      the created processing stage, should never be null