Uses of Interface
net.ericaro.neoitertools.Operator

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
<T> T
Itertools.reduce(Operator<T> operator, Generator<T> generator)
          Equivalent to reduce(operator, generator, null);
static
<T> T
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.
 



Copyright © 2011. All Rights Reserved.