I'm actually able to take your approach and assign...
# language-proposals
z
I'm actually able to take your approach and assign it like so when I merge the observables
val all : Observable<ViewState> = Observable.merge(manualRefreshes, loading, data, selected)
- not sure why I thought that wouldn't work