ReactiveX / RxScala

RxScala – Reactive Extensions for Scala – a library for composing asynchronous and event-based programs using observable sequences
Apache License 2.0
888 stars 121 forks source link

Remove create[T](f: Observer[T] => Subscription) #206

Closed samuelgruetter closed 4 years ago

samuelgruetter commented 8 years ago

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:

samuelgruetter commented 8 years ago

Note: We already agreed to deprecate it in https://github.com/ReactiveX/RxScala/pull/196

zsxwing commented 8 years ago

👍 I saw no course for RxScala now: https://www.coursera.org/specializations/scala

dhoepelman commented 4 years ago

Due to project EOL status, this will not be removed