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 110 forks source link

Change `=> Unit` callbacks to `() => Unit` #229

Closed dhoepelman closed 5 years ago

dhoepelman commented 7 years ago

See #225 , Reverts RxJava/#1345

Backwards-incompatible, so should not be merged before 0.27 or 1.0

dhoepelman commented 5 years ago

Closing this since this library seems abandoned