Learning Reactive Programming With Java 8
| By: | Nickolay Tzvetinov |
| Publisher: | Packt Publishing |
| Print ISBN: | 9781785288722 |
| eText ISBN: | 9781785282508 |
| Edition: | 1 |
| Copyright: | 2015 |
| Format: | Reflowable |
Lifetime - $47.99
eBook Features
Instant Access
Purchase and read your book immediately
Read Offline
Access your eTextbook anytime and anywhere
Study Tools
Built-in study tools like highlights and more
Read Aloud
Listen and follow along as Bookshelf reads to you
Details
Table of Contents
Book Description
If you are a Java developer that knows how to write software and would like to learn how to apply your existing skills to reactive programming, this book is for you.What you will learn
- Discover what reactive programming is and how you can benefit from it
- Get to grips with the new functional features of Java 8 and some functional theory
- Create RxJava Observable instances from virtually any data source
- Transform, filter, and accumulate your data using various RxJava operators
- Combine multiple data sources in one dataset, using custom logic
- Write concurrent programs with ease, scheduling actions on various workers
- Learn about unit testing asynchronous RxJava logic
- Extend RxJava by writing your own operators and factory methods