Package | Description |
---|---|
org.apache.tapestry5.func |
Light-weight functional programming for Flows of values
|
org.apache.tapestry5.internal.util |
[INTERNAL USE ONLY] various utility classes; API subject to change.
|
Modifier and Type | Method and Description |
---|---|
static <T> Worker<T> |
F.addToCollection(Collection<T> coll)
A Worker factory; the returnedWorker adds the values to a provided collection.
|
static <T> Worker<T> |
F.combine(Worker<? super T>... delegates)
Combines several compatible workers together into a composite.
|
Modifier and Type | Method and Description |
---|---|
static <T> Worker<T> |
F.combine(Worker<? super T>... delegates)
Combines several compatible workers together into a composite.
|
FT |
FlowOperations.each(Worker<? super T> worker)
Applies the worker to each element in the Flow, then returns the flow for further behaviors.
|
Modifier and Type | Method and Description |
---|---|
void |
NamedSet.eachValue(Worker<T> worker)
Iterates over the values, passing each in turn to the supplied worker.
|
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.