Uses of Interface
net.sf.staccatocommons.defs.reduction.Reduction

Packages that use Reduction
net.sf.staccatocommons.defs.reduction   
 

Uses of Reduction in net.sf.staccatocommons.defs.reduction
 

Methods in net.sf.staccatocommons.defs.reduction that return Reduction
<D> Reduction<D,B>
Reduction.of(Applicable<D,A> function)
          Composes this reduction with a function, by returning a new Reduction that will apply this reduction to the results of applying the given function to each element For example, the following code: Reductions.
<D> Reduction<A,D>
Reduction.then(Applicable<B,D> function)
          Composes the given function with this reduction, by returning a new Reduction that applies the function to the resulting element of the reduction For example, the following code: Reductions.
 



Get Staccatocommons at SourceForge.net. Fast, secure and Free Open Source software downloads