public interface TotalsFunction<T,R>
| Modifier and Type | Method and Description |
|---|---|
void |
accumulate(T totalRecord,
R record) |
void |
computeMeasures(T totalRecord) |
void |
init(T totalRecord,
R firstRecord) |
void |
zero(T totalRecord) |
Copyright © 2019. All rights reserved.