ReactiveX / RxScala

RxScala – Reactive Extensions for Scala – a library for composing asynchronous and event-based programs using observable sequences
Apache License 2.0
888 stars 110 forks source link

Implicit conversion to Scala Future for Observable #231

Closed greatbalin closed 6 years ago

greatbalin commented 6 years ago

Main idea of this change it to make it possible to simply move from Observable to Future when needed.

samuelgruetter commented 6 years ago
greatbalin commented 6 years ago

Yes! you are right!

By some reason I totally forgot about toBuffer .