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