Join Slack
Powered by
Out of curiosity, what are these lines at the top ...
# tornadofx
r
Ruckus
07/12/2016, 10:35 PM
Out of curiosity, what are these lines at the top of Properties.kt used for?
Copy code
fun <T> Property<T>.getValue() = value fun <T> Property<T>.setValue(v: T?) = { value = v }
Isn't that directly possible anyway?
5
Views
Open in Slack
Previous
Next