Overview/Description
Explore reactive programming concepts by taking this course. You will begin by learning how to solve programs reactively, all the while exploring Java functional programming techniques. You will discover how to write lambda expressions and pure Java functions. Then progress onto creating higher-order Java functions. Other topics include the following: how to install and include RxJava in Java; how to use a single object to create an Observable in Java, and how to setup and subscribe to a Java Observable. As you progress, you will learn how to implement Java Observable methods. Finally, as a review exercise, you will us RxJava to create an Observable, subscribe to the Observable, and implement handlers for ON NEXT, ON ERROR, and ON COMPLETE events.
Target Audience
Programmers and developers who wish to implement reactive programming using Java