Join Slack
Communities
Powered by
Kotlin data class has a method `copy()` that allow...
# announcements
p
poohbar
10/17/2017, 5:36 PM
Kotlin data class has a method
copy()
that allows you to get a copy of the object with only some changes. If used in Java however
all
the parameters must be provided. Is there a workaround?
Open in Slack
Previous
Next