Package com.im.commons
Interface CombiningFunction<VAL,ACCU>
-
- Type Parameters:
VAL
- type of values to be foldedACCU
- resulting value
public interface CombiningFunction<VAL,ACCU>
Combining function to be used in folding functions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ACCU
apply(ACCU accu, VAL val)
-