IAccumulator<T, TResult> Methods

Methods

Add Updates the accumulator with the specified value.
(Inherited from IAccumulator<T>)
AddMissing Updates the accumulator with a missing value.
(Inherited from IAccumulator<T>)
Remove Updates the accumulator by removing the specified value.
(Inherited from IAccumulator<T>)
RemoveMissing Updates the accumulator by removing a missing value.
(Inherited from IAccumulator<T>)
Reset Resets the accumulator to its initial state.
(Inherited from IAccumulator<T>)

See Also