Package org.apache.tapestry5.func
Interface Worker<T>
-
public interface Worker<T>
An operational function used with aFlow
.- Since:
- 5.2.0
- See Also:
FlowOperations.each(Worker)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
work(T element)
Perform the operation on some object of type T.
-