gmapM package:streamly-core

Apply a function on every two successive elements of a stream. The first argument of the map function is the previous element and the second argument is the current element. When processing the very first element in the stream, the previous element is Nothing. Pre-release
Apply an effectful function on the latest and the oldest element of the window.
Like rollingMap but with an effectful map function. Pre-release