Mathbl
01/18/2018, 6:34 PMfilteredMembers = members.filter { memberIds.contains(it.id) }.toMutableList()
But I need to do toMutableList() at the end, which sort of seems wrong to me.
Is it the right/only way to do?michaelsims
01/18/2018, 10:07 PMfilterInto