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

Add FutureToObservable #222

Closed dhoepelman closed 7 years ago

dhoepelman commented 7 years ago

Added FutureToObservable so all Observable.from(T) overloads have a matching TToObservable

Renamed ObservableExtensions to the more descriptive IterableToObservable, which also makes the name in line with TryToObservable and OptionToObservable.

dhoepelman commented 7 years ago

@zsxwing Removed the ObservableExtensions rename from the PR

zsxwing commented 7 years ago

LGTM. Thanks!