Hey, I'm looking for an operator which is kind of the "opposite of debounce"
on an emission a 5sec window (for example) is started.
within this window no new windows are created.
when the window ends the latest emission is emitted (or the first, or whatever)
then on the next emission a new window is started.
Any thoughts?