|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
DATA - processed data type.public interface Stage<DATA>
Data processing stage that can be used to create dynamic data processing chains.
An stage is a stateless data processing unit that returns a
processing continuation.
| Nested Class Summary | |
|---|---|
static interface |
Stage.Builder<DATA>
Linear stage chain builder. |
static class |
Stage.Continuation<DATA>
Data processing stage continuation. |
| Method Summary | |
|---|---|
Stage.Continuation<DATA> |
apply(DATA data)
Performs a data processing task and returns the processed data together with a processing continuation. |
| Method Detail |
|---|
Stage.Continuation<DATA> apply(DATA data)
processing continuation.
data - data to be transformed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||