Uses of Interface
org.apache.tapestry5.func.Reducer

Packages that use Reducer
org.apache.tapestry5.func Light-weight functional programming for Flows of values 
 

Uses of Reducer in org.apache.tapestry5.func
 

Fields in org.apache.tapestry5.func declared as Reducer
static Reducer<Integer,Integer> F.SUM_INTS
          A Reducer that operates on a Flow of Integers and is used to sum the values.
 

Methods in org.apache.tapestry5.func with parameters of type Reducer
<A> A
FlowOperations.reduce(Reducer<A,T> reducer, A initial)
          Applies a Reducer to the values of the Flow.
 



Copyright © 2003-2012 The Apache Software Foundation.