org.apache.tapestry5.func
Interface Worker<T>


public interface Worker<T>

An operational function used with a Flow.

Since:
5.2.0
See Also:
FlowOperations.each(Worker)

Method Summary
 void work(T element)
          Perform the operation on some object of type T.
 

Method Detail

work

void work(T element)
Perform the operation on some object of type T.



Copyright © 2003-2012 The Apache Software Foundation.