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

Contributors 5

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy