RxDave / Qactive

Reactive queryable observable framework.
Apache License 2.0
157 stars 20 forks source link

Rename Query method to AsQueryable #29

Open RxDave opened 7 years ago

RxDave commented 7 years ago

Got some feedback from developers new to Rx who said that the name Query was confusing. I think I agree, but perhaps for a different reason: it seems to imply that side effects will occur immediately, which isn't true.

RxDave commented 7 years ago

Also related to: #28

RxDave commented 7 years ago

Or should the name be AsQbservable rather than AsQueryable?