ReactiveX/RxScala

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

Closed this issue ยท 2 comments

I suggest that we replace all => Unit arguments by () => Unit.
See #175 for more discussion/explanation.
This would affect the following methods (provided that I didn't miss any ๐Ÿ˜‰):

  • doAfterTerminate
  • doOnTerminate
  • doOnCompleted
  • doOnSubscribe
  • doOnUnsubscribe
  • onBackpressureBuffer

Sounds good to me

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