Interface ReaggregationIterativeOperator<T,STATE>


public interface ReaggregationIterativeOperator<T,STATE>
  • Method Details

    • getStateType

      Class<?> getStateType()
    • getFinalResultType

      Class<?> getFinalResultType()
    • currentValue

      T currentValue(STATE state)
    • prev

      T prev(STATE state)