if you want to do it in one operation there's also...
# announcements
k
if you want to do it in one operation there's also
testDataConst.mapNotNull { (key, value) -> if ("NodeForDelete" in key) NodeID(value) else null }
👍 2