Package org.apache.tapestry5.func
Interface Worker<T>
public interface Worker<T>
An operational function used with a
Flow
.- Since:
- 5.2.0
- See Also:
-
Method Summary
-
Method Details
-
work
Perform the operation on some object of type T.
-