Package org.apache.tapestry5.func
Interface Mapper2<A,B,C>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description C
map(A first, B second)
Take, as input, two values (from two flows) and return a computed value of the third type.
-