It is my understanding that Kotlin doesn't current...
# announcements
z
It is my understanding that Kotlin doesn't currently support directly passing the function, I have to wrap it in a lambda. If that is true, then how do I ensure the same reference is passed to the add and remove methods?