hi all, how to get the object reference of the pre...
# announcements
d
hi all, how to get the object reference of the previous operation in the example below
Copy code
storageSet.flatMap { it.actionClasses }.forEach { bindStorage(it, here is the problem) }
i need to get the `it`from
flatMap