Skip to content

PacktPublishing/Learning-RxJava

Repository files navigation

Errata

  • Page 36 (lin no 7):
    The output does not change: Observer 1: Alpha Observer 1: Beta Observer 1: Gamma Observer 2: Alpha Observer 2: Beta Observer 2: Gamma should be The output looks as follows: Observer 1: Alpha Observer 1: Beta Observer 1: Gamma Observer 2: 5 Observer 2: 5

  • Page 56:

    A given Maybe will only emit 0 or 1 emissions. It will pass the possible emission to onSuccess(), and in either case, it willl call onComplete() when done. Maybe.just() can be used to create a Maybe emitting the single item. Maybe.empty() will create a Maybe that yields no emission:

    should be

    A given Maybe will only emit 0 or 1 emissions. If there is an emission, it will pass it to onSuccess(). Otherwise, it will call onComplete() when done. These events are mutually exclusive for Maybe, so onComplete() won’t be called after onSuccess().

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781787120426

About

Learning-RxJava, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published