Uses of Class
org.apache.tapestry5.func.Worker

Uses of Worker in org.apache.tapestry5.func
 

Methods in org.apache.tapestry5.func that return Worker
static
<T> Worker<T>
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.
 



Copyright © 2010-2011 Apache Software Foundation. All Rights Reserved.