ReactiveX / RxScala

RxScala – Reactive Extensions for Scala – a library for composing asynchronous and event-based programs using observable sequences
Apache License 2.0
888 stars 110 forks source link

.debounce can't take durationSelector? #242

Closed spacetimedecor closed 4 years ago

spacetimedecor commented 5 years ago

Hello!

I've seen that RxJS's .debounce can take a durationSelector, which I believe makes the operator's timespan variable. This is what I'd like to achieve in RxScala/RxJava but it doesn't seem to be possible in these version's of .debounce.

I wonder if it is infact possible? If not, it there possibly a workaround?

Cheers

dhoepelman commented 4 years ago

Due to project EOL status, no changes to operators will be made