Slide 37
Slide 37 text
• Extend Futures with the concept of a Stream
• Composable in a type-safe way
• Event-based & asynchronous
• Observable ⇛ Push Collections
• onNext(T), onError(E), onCompleted()
• Compared to Iterable ⇛ Pull Collections
• Examples: Rx.NET, RxJava, RxJS etc.
Reactive Extensions (Rx)