Ben Tseytlin
11/08/2019, 4:16 PMval players: Observable<List<HockeyPlayer>> =
playerQueries.selectAll()
.asObservable()
.mapToList()
re rxjava: here’s the example from the readme. if properly set up, would the table be able to emit the added/changed HockeyPlayers, or the entire list? Or does it need to be explicitly queried