What's the idiomatic way to have a class wrap arou...
# announcements
s
What's the idiomatic way to have a class wrap around a list of things, and be able to notify all of the subscribers when various changes happen? I'm using an interface presently but I've seen things like set click listener using high order functions