| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FlowOperations | |
|---|---|
| org.apache.tapestry5.func | Light-weight functional programming for Flows of values | 
| Uses of FlowOperations in org.apache.tapestry5.func | 
|---|
| Subinterfaces of FlowOperations in org.apache.tapestry5.func | |
|---|---|
|  interface | Flow<T>A flow is a a functional interface for working with an ordered collection of elements. | 
|  interface | ZippedFlow<A,B>The result of the Flow.zipWith(Flow)method (or created from a Map viaF.zippedFlow(Map)), a Flow of
 combinedTuplevalues (that can be deconstructed, eventually, usingZippedFlow.unzip()). | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||