Closed dhoepelman closed 7 years ago
Added FutureToObservable so all Observable.from(T) overloads have a matching TToObservable
FutureToObservable
Observable.from(T)
TToObservable
Renamed ObservableExtensions to the more descriptive IterableToObservable, which also makes the name in line with TryToObservable and OptionToObservable.
ObservableExtensions
IterableToObservable
TryToObservable
OptionToObservable
@zsxwing Removed the ObservableExtensions rename from the PR
LGTM. Thanks!
Added
FutureToObservable
so allObservable.from(T)
overloads have a matchingTToObservable
Renamed
ObservableExtensions
to the more descriptiveIterableToObservable
, which also makes the name in line withTryToObservable
andOptionToObservable
.