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, getLabelKey
ContextType<C> getContextType()
ContextType
.Copyright © 2017. All rights reserved.