Join Slack
Powered by
One more question) Is there a way of applying some...
# announcements
m
mike_shysh
01/10/2018, 3:30 PM
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 }
3
Views
Open in Slack
Previous
Next