enleur
List<Pair<String, Double?>>
Map<String,Double>
pairs.filter { it.second != null }.toMap()
Map<String, Double?>
benleggiero
.flatMap