How would I only emit, if current emit is bigger b...
# rx
u
How would I only emit, if current emit is bigger by some delta from last emit? (If so, save it as the "last" emit and compare next ones to it, etc.) I think i want to use
scan
, but how would I not emit?