|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Mapper2<A,B,C>
A generalization of Mapper
for a two-input function.
This was converted from to an interface from an abstract base class in 5.3.
Method Summary | |
---|---|
C |
map(A first,
B second)
Take, as input, two values (from two flows) and return a computed value of the third type. |
Method Detail |
---|
C map(A first, B second)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |