Closed cannoneyed closed 9 years ago
Intents are once again passed through a method to wrap any non-observable in an observable. This allows use of simple promises without explicitly wrapping them in anObservable.fromPromise call. Plain objects are wrapped in an Observable.just.
Observable.fromPromise
Observable.just
Any word on this guy, T?
:shipit:
Intents are once again passed through a method to wrap any non-observable in an observable. This allows use of simple promises without explicitly wrapping them in an
Observable.fromPromise
call. Plain objects are wrapped in anObservable.just
.