ossgang / ossgang-commons

Apache License 2.0
4 stars 0 forks source link

distinctUntilChanged operator #63

Open andreacalia opened 3 years ago

andreacalia commented 3 years ago

Create operator that behaves similarly to https://projectreactor.io/docs/core/snapshot/api/reactor/core/publisher/Flux.html#distinctUntilChanged--

Note: it should just use the ON_CHANGE subscription option to subscribe upstream.