zak.taccardi
01/25/2017, 8:28 PMfun
.
val (manualRefreshes, loading, data, selected) : rx.Observable<String> //has not yet been assigned
manualRefreshes = /** */ / <-- this is an rx.Observable stream, which are pretty verbose.
loading = /** .. */
data = /** .... */
selected = /** */
selected = /** */ // <-- this should throw a compile time error, because same val cannot be assigned twice