Since Observable.fromCallback doesn't really create an Observable, but rather creates a function, the name is a little confusing. Observable.factoryFromCallback makes a little more sense, as suggested by @staltz.
Related discussion in #729 is around whether or not it should be in Rx "core". It adds a lot of weight for limited value, IMO. I personally have never used this method, but perhaps it's more popular than I know.
- Should we rename it to
factoryFromCallback?
- Should it be core?