bbaldino
08/13/2019, 7:59 PMassociateBy
which would support a mapping that was one to many? i.e. translate a List<Foo>
where Foo
is, say, data class Foo(val valueOne: Int, val valueTwo: String)
to a Map<Int, List<String>>
?bbaldino
08/13/2019, 8:00 PMgroupBy
, think that should do it