public interface IAggregate<IN,OUT> extends IDataProcessor<IN,OUT>
Void| Modifier and Type | Method and Description |
|---|---|
OUT |
getValue()
Get the aggregated value
|
void |
reset()
Reset this aggregate.
|
void reset()
OUT getValue()
Copyright © 2016. All rights reserved.