Package com.illumon.iris.db.v2.by
Interface ReaggregationIterativeOperator<T,STATE>
public interface ReaggregationIterativeOperator<T,STATE>
-
Method Summary
Modifier and Type Method Description T
currentValue(STATE state)
Class<?>
getFinalResultType()
Class<?>
getStateType()
T
prev(STATE state)
-
Method Details
-
getStateType
Class<?> getStateType() -
getFinalResultType
Class<?> getFinalResultType() -
currentValue
-
prev
-