Join Slack
Powered by
i'm trying to use `obj.apply{}` on a java-object, ...
# announcements
t
tipsy
08/03/2017, 3:25 PM
i'm trying to use
obj.apply{}
on a java-object, but it seems doing
obj.apply{ name = "Alice" }
only works if there is a
setName
and
a
getName
.. why is that?
Open in Slack
Previous
Next