- Type Parameters:
R - Type of first argument and return valueT - Type of input to reduce
- All Superinterfaces:
- IStepFunction<R,T>
- All Known Implementing Classes:
- AReducingFunction, AReducingFunctionOn
public interface IReducingFunction<R,T>
extends IStepFunction<R,T>
A complete reducing function. Extends a single reducing step
function and adds a zero-arity function for initializing a new
result and a single-arity function for processing the final
result after the reduction process has completed.