|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
E
- Input and Output are the samepublic interface FilterTransformerStream<E,Out>
FilterStream is the simplest filter Stream.
This is a little problematic there are 2 calculation that need to be made.
So they cannot both have the same method name: invoke(input)
You can either take one of them as a Transformer or as a Calc1 member.
This one is implementing Transformer
Method Summary |
---|
Methods inherited from interface org.shapelogic.calculation.LazyCalc |
---|
isDirty, setup |
Methods inherited from interface org.shapelogic.calculation.CalcValue |
---|
getValue |
Methods inherited from interface java.util.Iterator |
---|
hasNext, next, remove |
Methods inherited from interface org.shapelogic.calculation.Transformer |
---|
transform |
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |