We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Let's remove
def create[T](f: Observer[T] => Subscription): Observable[T]
once the deprecation process/release schedule allows it. Reason: It was removed in RxJava, and people get confused by its presence, eg:
The text was updated successfully, but these errors were encountered:
Note: We already agreed to deprecate it in #196
Sorry, something went wrong.
👍 I saw no course for RxScala now: https://www.coursera.org/specializations/scala
Due to project EOL status, this will not be removed
No branches or pull requests
Let's remove
once the deprecation process/release schedule allows it.
Reason: It was removed in RxJava, and people get confused by its presence, eg:
The text was updated successfully, but these errors were encountered: