Uses of Interface
org.apache.tapestry5.func.FlowOperations
Packages that use FlowOperations
Package
Description
Light-weight functional programming for Flows of values
-
Uses of FlowOperations in org.apache.tapestry5.func
Subinterfaces of FlowOperations in org.apache.tapestry5.funcModifier and TypeInterfaceDescriptioninterface
Flow<T>
A flow is a a functional interface for working with an ordered collection of elements.interface
ZippedFlow<A,
B> The result of theFlow.zipWith(Flow)
method (or created from a Map viaF.zippedFlow(Map)
), a Flow of combinedTuple
values (that can be deconstructed, eventually, usingZippedFlow.unzip()
).