public class DropWhileStageFactory extends Object implements ProcessingStageFactory<org.eclipse.microprofile.reactive.streams.operators.spi.Stage.DropWhile>
Stage.DropWhile stage.| Constructor and Description |
|---|
DropWhileStageFactory() |
| Modifier and Type | Method and Description |
|---|---|
<I,O> ProcessingStage<I,O> |
create(Engine engine,
org.eclipse.microprofile.reactive.streams.operators.spi.Stage.DropWhile stage)
Creates the instance.
|
public <I,O> ProcessingStage<I,O> create(Engine engine, org.eclipse.microprofile.reactive.streams.operators.spi.Stage.DropWhile stage)
ProcessingStageFactorycreate in interface ProcessingStageFactory<org.eclipse.microprofile.reactive.streams.operators.spi.Stage.DropWhile>I - input dataO - output dataengine - the reactive enginestage - the stagenullCopyright © 2019–2020 SmallRye. All rights reserved.