Uses of Interface
org.apache.tapestry5.func.Worker
Packages that use Worker
Package
Description
Light-weight functional programming for Flows of values
[INTERNAL USE ONLY] various utility classes; API subject to change.
-
Uses of Worker in org.apache.tapestry5.func
Methods in org.apache.tapestry5.func that return WorkerModifier and TypeMethodDescriptionstatic <T> Worker<T>
F.addToCollection
(Collection<T> coll) A Worker factory; the returnedWorker adds the values to a provided collection.static <T> Worker<T>
Combines several compatible workers together into a composite.Methods in org.apache.tapestry5.func with parameters of type WorkerModifier and TypeMethodDescriptionstatic <T> Worker<T>
Combines several compatible workers together into a composite.Applies the worker to each element in the Flow, then returns the flow for further behaviors. -
Uses of Worker in org.apache.tapestry5.internal.util
Methods in org.apache.tapestry5.internal.util with parameters of type Worker