|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Reducer | |
|---|---|
| org.apache.tapestry5.func | Light-weight functional programming for Flows of values |
| Uses of Reducer in org.apache.tapestry5.func |
|---|
| Fields in org.apache.tapestry5.func declared as Reducer | |
|---|---|
static Reducer<Integer,Integer> |
F.SUM_INTS
A Reducer that operates on a Flow of Integers and is used to sum the values. |
| Methods in org.apache.tapestry5.func with parameters of type Reducer | ||
|---|---|---|
|
FlowOperations.reduce(Reducer<A,T> reducer,
A initial)
Applies a Reducer to the values of the Flow. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||