Package | Description |
---|---|
org.apache.tapestry5.func |
Light-weight functional programming for Flows of values
|
Modifier and Type | Field and Description |
---|---|
static Mapper2<Integer,Integer,Integer> |
F.ADD_INTS
A two-input Mapper used to add the values from two Flows of Integers into a Flow of Integer
sums.
|
Modifier and Type | Method and Description |
---|---|
<X,Y> Flow<Y> |
Flow.map(Mapper2<T,X,Y> mapper,
Flow<? extends X> flow)
Combines two Flows using a two-parameter Mapper.
|
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.