Join Slack
Communities
Powered by
Is there a way to use a oneline function that call...
# random
d
danielgomezrico
03/08/2016, 9:22 PM
Is there a way to use a oneline function that calls a nullable variable? If I have something like:
Copy code
override fun showProgressView() = ultraRecyclerView?.showProgressBar()
it says that it returns
Unit?
and not
Unit
Open in Slack
Previous
Next