Uses of Package
org.apache.tapestry5.func

Classes in org.apache.tapestry5.func used by org.apache.tapestry5.func
Flow
          A Flow is a a functional interface for working with an ordered collection of values.
LazyContinuation
          The result of the evaluation of a LazyFunction.
LazyFunction
          A lazy function is used to populate a Flow incrementally.
LazyValue
          A function that returns a value, allowing the computation of that value to be deferred as late as possible.
Mapper
          Base class used with Flow.map(Mapper) to define how Flow values are mapped from one type to another (or otherwise transformed).
Mapper2
          A generalization of Mapper for a two-input function.
Predicate
          Used when filtering a collection of objects of a given type; the predicate is passed each object in turn, and returns true to include the object in the result collection.
Reducer
          A reducer takes an accumulator value and a single value from a collection and computes a new accumulator value.
Worker
          An operational function used with a Flow.
 



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