| Package | Description |
|---|---|
| io.smallrye.mutiny.streams.operators | |
| io.smallrye.mutiny.streams.stages |
| Constructor and Description |
|---|
ProcessorOperator(Class<T> clazz,
ProcessingStageFactory<T> factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
CoupledStageFactory
Implementation of the
Stage.Coupled stage. |
class |
DistinctStageFactory
Implementation of the
Stage.Distinct stage. |
class |
DropWhileStageFactory
Implementation of the
Stage.DropWhile stage. |
class |
FilterStageFactory
Implementation of
Stage.Filter stage. |
class |
FlatMapCompletionStageFactory
Implementation of the
Stage.FlatMapCompletionStage stage. |
class |
FlatMapIterableStageFactory |
class |
FlatMapStageFactory
Implementation of the
Stage.FlatMap stage. |
class |
LimitStageFactory
Implementation of the
Stage.Limit stage. |
class |
MapStageFactory
Implementation of the
Stage.Map stage. |
class |
OnCompleteStageFactory
Implementation of the
Stage.OnComplete stage. |
class |
OnErrorResumeStageFactory
Implementation of the
Stage.OnErrorResume stage. |
class |
OnErrorResumeWithStageFactory
Implementation of the
Stage.OnErrorResumeWith stage. |
class |
OnErrorStageFactory
Implementation of the
Stage.OnError stage. |
class |
OnTerminateStageFactory
Implementation of the
Stage.OnTerminate stage. |
class |
PeekStageFactory
Implementation of the
Stage.Peek stage. |
class |
ProcessorStageFactory
Implementation of the
Stage.ProcessorStage stage (via operators). |
class |
SkipStageFactory
Implementation of the
Stage.Skip stage. |
class |
TakeWhileStageFactory
Implementation of the
Stage.TakeWhile stage. |
Copyright © 2019–2020 SmallRye. All rights reserved.