Bernhard
08/27/2018, 3:39 PMShawn
08/27/2018, 3:42 PMBernhard
08/27/2018, 3:43 PMShawn
08/27/2018, 3:43 PMset.filterNotNull().toSet()
is concise enough, but decidedly not as performant if your data size is real largeBernhard
08/27/2018, 3:43 PMfred.deschenes
08/27/2018, 3:45 PM.filterNotNullTo(mutableSetOf())
to prevent the set->list->set thing