|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Worker | |
|---|---|
| org.apache.tapestry5.func | |
| org.apache.tapestry5.internal.util | |
| Uses of Worker in org.apache.tapestry5.func |
|---|
| Methods in org.apache.tapestry5.func that return Worker | ||
|---|---|---|
static
|
F.addToCollection(Collection<T> coll)
A Worker factory; the returnedWorker adds the values to a provided collection. |
|
static
|
F.combine(Worker<? super T>... delegates)
Combines several compatible workers together into a composite. |
|
| Methods in org.apache.tapestry5.func with parameters of type Worker | ||
|---|---|---|
static
|
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. |
|
| Uses of Worker in org.apache.tapestry5.internal.util |
|---|
| Methods in org.apache.tapestry5.internal.util with parameters of type Worker | |
|---|---|
void |
NamedSet.eachValue(Worker<T> worker)
Iterates over the values, passing each in turn to the supplied worker. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||