- Type Parameters:
T
- the type of the elements of the field, on which the operations are based on.
- All Superinterfaces:
- Conversion<java.lang.Iterable<T>,T>, java.util.function.Function<java.lang.Iterable<T>,T>
- All Known Implementing Classes:
- IterableAverage, IterableRms, IterableStd, IterableSum, IterableSumOfSquares, IterableVar
public interface IterableOperation<T>
extends Conversion<java.lang.Iterable<T>,T>
An operation which takes one iterable as input and returns one value, corresponding to a super type of the iterable
elements.