V
- Type of aggregated datapublic interface RamaAccumulatorAgg1<V,T0> extends RamaAccumulatorAgg<V>
Modifier and Type | Method and Description |
---|---|
V |
accumulate(V currVal,
T0 arg0)
Combine current aggregated value with new input to produce new aggregated value
|
initVal