InputT - the type of values added to the stateOutputT - the type of value extracted from the statepublic interface CombiningValueState<InputT,OutputT> extends MergeableState<InputT,OutputT>
InputT values using a Combine.CombineFn to produce a single
OutputT value.