February 2017
Intermediate to advanced
434 pages
10h 27m
English
In the following exercises, you will need to implement different Observable objects. The exercises show different use cases for Observable objects, and contrast the different ways of creating Observable objects. Also, some of the exercises introduce new reactive programming abstractions, such as reactive maps and reactive priority queues.
Observable[Thread] object that emits an event when it detects that a thread was started. The implementation is allowed to miss some of the events.Observable object that emits an event every 5 seconds and every 12 seconds, but not if the elapsed time is a multiple of 30 seconds. Use functional combinators on Observable objects.randomQuote method from this section ...Read now
Unlock full access