public interface ContextualCalculator<C extends Context<C>> extends Calculator
Calculator that uses Context to compute an
aggregation summary.| Modifier and Type | Method and Description |
|---|---|
ContextType<C> |
getContextType()
Get the
ContextType. |
Number |
getResult(C context)
Retrieve the aggregation result from the context.
|
getLabel, getLabelKeyContextType<C> getContextType()
ContextType.Copyright © 2023. All rights reserved.