public interface StatefulMapFunction<T> extends MapFunction<T>
Stateful MapFunction. Typically the mapping of one value to another depends on
values that were mapped before.
Examples are the mapping of a value to the mean of all the
prior values combined with the current value
(AggregateFunctions.ARITHMETIC_MEAN)
or a signal Filters.FIRFilter.
| Modifier and Type | Method and Description |
|---|---|
void |
reset()
Resets the function's state.
|
mapCopyright © 2011–2020 tagtraum industries incorporated. All rights reserved.