One more question) Is there a way of applying some...
# announcements
m
One more question) Is there a way of applying some modification on two lists in one action. Currently I do it this way:
Copy code
List1.map { it.nodeInfo?.iNode = 25}
List2.map { it.nodeInfo?.iNode = 25 }