Bernhard
dtos.filter { it.field != null } .map { OtherDto(it.field!!, it.otherField, it.anotherField) }
wck
gildor