-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
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
replace => Unit
by () => Unit
#225
Comments
Closed
Sounds good to me |
dhoepelman
pushed a commit
to dhoepelman/RxScala
that referenced
this issue
May 12, 2017
…ts RxJava/#1345)
dhoepelman
pushed a commit
to dhoepelman/RxScala
that referenced
this issue
May 12, 2017
…ts RxJava/#1345)
dhoepelman
pushed a commit
to dhoepelman/RxScala
that referenced
this issue
May 12, 2017
…ts RxJava/#1345)
Due to project EOL status, this change will not be made |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 😉):
The text was updated successfully, but these errors were encountered: