|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Operator | |
|---|---|
| net.ericaro.neoitertools | |
| Uses of Operator in net.ericaro.neoitertools |
|---|
| Methods in net.ericaro.neoitertools with parameters of type Operator | ||
|---|---|---|
static
|
Itertools.reduce(Operator<T> operator,
Generator<T> generator)
Equivalent to reduce(operator, generator, null); |
|
static
|
Itertools.reduce(Operator<T> operator,
Generator<T> generator,
T initializer)
Apply function of two arguments cumulatively to the items of generator, from left to right, so as to reduce the generator to a single value. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||