Package | Description |
---|---|
org.apache.tapestry5.func |
Light-weight functional programming for Flows of values
|
Modifier and Type | Interface and Description |
---|---|
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() ). |
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.