You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is discussion about whether Observable should be a "final class" and only be usable via Observable.create(Func) or whether we should leave it as abstract.
Discuss and decide ...
The text was updated successfully, but these errors were encountered:
I vote not final.
If it were final then it would be impossible to extend Observable to add operators and still interoperate with other code that uses Observable.
There is discussion about whether Observable should be a "final class" and only be usable via Observable.create(Func) or whether we should leave it as abstract.
Discuss and decide ...
The text was updated successfully, but these errors were encountered: