Join Slack
Powered by
Anyone got a good way of making a parent-child rel...
# announcements
d
dmcg
12/14/2018, 1:37 PM
Anyone got a good way of making a parent-child relationship without mutating one or the other?
https://stackoverflow.com/questions/53130288/how-do-i-create-a-parent-child-relationship-in-immutable-kotlin-classes
d
Dominaezzz
12/14/2018, 1:58 PM
Use a mutable builder.
p
pablisco
12/14/2018, 3:06 PM
https://stackoverflow.com/a/53782240/458365
pablisco
12/14/2018, 3:06 PM
Ah! it's missing a bit...
pablisco
12/14/2018, 3:28 PM
Ok, Updated with a more extended solution
@dmcg
👍 1
21
Views
Open in Slack
Previous
Next