diesieben07
nutrients
nutrients.mapValues { (nutrient, amount) -> val dri = Constants.dri(nutrient) if (condition) { dri * 100 } else { null } }