Skip to content

This project is the second part of a series of 10 articles about RxJava operators. It is related to filtering operators. Find more on androidahead.com

License

Notifications You must be signed in to change notification settings

JoaoMotondon/FilteringOperatorsPart2

Repository files navigation

FilteringOperatorsPart2

This project is the second part of a series of 10 articles about RxJava operators. It is related to filtering operators, but also used to avoid the need for backpressure.

Although RxJava provides some specific operators that can handle backpressure such as onBackpressureBuffer and onBackpressureDrop, this project will focus on some ordinary operators.

Here is a list of all operators available in this project:

  • sample(period)
  • sample(w/Observable)
  • throttleFirst(period)
  • debounce(timeout)
  • debounce(w/Func1)

Please, refer to this article for detailed information.

Demo

License

This project is licensed under the MIT License - see the LICENSE file for details

About

This project is the second part of a series of 10 articles about RxJava operators. It is related to filtering operators. Find more on androidahead.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages