forcelain
06/08/2017, 4:52 PMItem
. Item
has a list of another Item
. Is there a way to recursively collect all subitems for a given item into a flat list?diesieben07
06/08/2017, 4:54 PMitem.list.flatMap { it.list }
forcelain
06/08/2017, 4:54 PMkevinmost
06/08/2017, 5:07 PMdiesieben07
06/08/2017, 8:08 PM