dave08
09/17/2017, 1:42 PMreduce(mutableMapOf(), { map, row -> map.put(row.name, row) }
and my observable needs to return a Map<String, RowType>
, it doesn't have an reduce overloads that match... How could I do this cleanly (I'm also using rxkotlin.. but it seems like it doesn't have anything for this particular problem...)