|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
S
- type of source flowT
- type of target (output) flowpublic interface Mapper<S,T>
Interface for operation Flow.map(Mapper)
to define how Flow elements are mapped from one type
to another (or otherwise transformed).
This changed in 5.3 from an abstract base class to an interface.
Method Summary | |
---|---|
T |
map(S element)
Implemented in subclasses to map an element from the source flow to an element of the target flow. |
Method Detail |
---|
T map(S element)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |