Sunday, April 24, 2016

RxJava

The book "Learning Reactive Programming with Java 8" presents a console program that accepts values a and b from the console input stream in the form "a=N" and "b=N" where N is any number and by subscribing on the Observables, recalculates the sum as values for a and b are entered at the console. See the "run command and results" section below.