Interface AggregationSet<T,K,R>
- All Known Implementing Classes:
OperationAggregator.AggregationEntry
public interface AggregationSet<T,K,R>
-
Method Summary
Modifier and TypeMethodDescriptiongetKey()
void
setErrorResult
(R value) void
setResults
(List<R> values)
-
Method Details
-
getKey
K getKey() -
getValues
-
setResults
-
setErrorResult
-