public interface FoldLeftFunction<M,WV> extends InitableFunction, ClosableFunction
Modifier and Type | Method and Description |
---|---|
WV |
apply(M message,
WV oldValue)
Incrementally updates the window value as messages are added to the window.
|
init
close