|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tapestry5.func.Worker<T>
public abstract class Worker<T>
An operational function used with a Flow.
Flow.each(Worker)| Constructor Summary | |
|---|---|
Worker()
|
|
| Method Summary | |
|---|---|
Worker<T> |
combine(Worker<? super T> other)
Combines this worker with the other worker, forming a new composite worker. |
abstract void |
work(T value)
Perform the operation on some object of type T. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Worker()
| Method Detail |
|---|
public abstract void work(T value)
public Worker<T> combine(Worker<? super T> other)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||