org.apache.tapestry5.func
Interface Reducer<A,T>


public interface Reducer<A,T>

A reducer takes an accumulator value and a single value from a collection and computes a new accumulator value. type of accumulator type of collection value

Since:
5.2.0

Method Summary
 A reduce(A accumulator, T value)
           
 

Method Detail

reduce

A reduce(A accumulator,
         T value)


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