|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
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. |
|
|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||