Uses of Interface
org.apache.tapestry5.func.FlowOperations

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 via F.zippedFlow(Map)), a Flow of combined Tuple values (that can be deconstructed, eventually, using ZippedFlow.unzip()).
 



Copyright © 2003-2012 The Apache Software Foundation.