kristofdho
fillAdIds
fun fillAdIds(index: Int, map: LinkedHashMap<String, Image>): List<Image> { return map.values.mapNotNull { image -> tempAdIds[index]?.let{image.copy(adId = it)} } }
A modern programming language that makes developers happier.