Package | Description |
---|---|
org.apache.tapestry5.func |
Light-weight functional programming for Flows of values
|
Modifier and Type | Field and Description |
---|---|
static Reducer<Integer,Integer> |
F.SUM_INTS
A Reducer that operates on a Flow of Integers and is used to sum the values.
|
Modifier and Type | Method and Description |
---|---|
<A> A |
FlowOperations.reduce(Reducer<A,T> reducer,
A initial)
Applies a Reducer to the values of the Flow.
|
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.