|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FlowOperations | |
|---|---|
| org.apache.tapestry5.func | |
| 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 via F.zippedFlow(Map)), a Flow of
combined Tuple values (that can be deconstructed, eventually, using ZippedFlow.unzip()). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||