private static class Stages.InflectingStage<DATA,RESULT> extends java.lang.Object implements Stage<DATA>, Inflecting<DATA,RESULT>
Stage.Builder<DATA>, Stage.Continuation<DATA>| Modifier and Type | Field and Description |
|---|---|
private Inflector<DATA,RESULT> |
inflector |
| Constructor and Description |
|---|
InflectingStage(Inflector<DATA,RESULT> inflector) |
| Modifier and Type | Method and Description |
|---|---|
Stage.Continuation<DATA> |
apply(DATA request)
Performs a data processing task and returns the processed data together with
a
processing continuation. |
Inflector<DATA,RESULT> |
inflector()
Get the inflector capable of transforming supplied data into a result.
|
public Inflector<DATA,RESULT> inflector()
Inflectinginflector in interface Inflecting<DATA,RESULT>public Stage.Continuation<DATA> apply(DATA request)
Stageprocessing continuation.