|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Worker in org.apache.tapestry5.func |
|---|
| Methods in org.apache.tapestry5.func that return Worker | ||
|---|---|---|
static
|
F.addToCollection(java.util.Collection<T> coll)
|
|
Worker<T> |
Worker.combine(Worker<? super T> other)
Combines this worker with the other worker, forming a new composite worker. |
|
| Methods in org.apache.tapestry5.func with parameters of type Worker | |
|---|---|
Worker<T> |
Worker.combine(Worker<? super T> other)
Combines this worker with the other worker, forming a new composite worker. |
Flow<T> |
Flow.each(Worker<? super T> worker)
Applies the worker to each value in the Flow, then returns the flow for further behaviors. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||