|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tapestry5.func.Mapper2<A,B,C>
public abstract class Mapper2<A,B,C>
A generalization of Mapper for a two-input function.
| Constructor Summary | |
|---|---|
Mapper2()
|
|
| Method Summary | |
|---|---|
abstract C |
map(A first,
B second)
Take, as input, two values (from two flows) and return a computed value of the third type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Mapper2()
| Method Detail |
|---|
public abstract C map(A first,
B second)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||