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

replace `=> Unit` by `() => Unit` #225

Closed samuelgruetter closed 4 years ago

samuelgruetter commented 7 years ago

I suggest that we replace all => Unit arguments by () => Unit. See https://github.com/ReactiveX/RxScala/issues/175 for more discussion/explanation. This would affect the following methods (provided that I didn't miss any :wink:):

zsxwing commented 7 years ago

Sounds good to me

dhoepelman commented 4 years ago

Due to project EOL status, this change will not be made