Package com.rpl.rama.ops
Interface RamaAccumulatorAgg5<V,T0,T1,T2,T3,T4>
- Type Parameters:
V
- Type of aggregated data
- All Superinterfaces:
RamaAccumulatorAgg<V>
,RamaSerializable
,Serializable
Interface for custom accumulator implementations of five arguments. An accumulator starts
with an initial value and updates that value with each input.
- See Also:
-
Method Summary
Methods inherited from interface com.rpl.rama.ops.RamaAccumulatorAgg
initVal
-
Method Details
-
accumulate
Combine current aggregated value with new input to produce new aggregated value- Parameters:
currVal
- Current aggregated value- Returns:
- New aggregated value
-