`members.putIfAbsent(key, value)`
# announcements
s
members.putIfAbsent(key, value)
b
i need to only check if the key doesn't exist, the value can be deferent
s
it takes the value so it can set it if the key doesn’t exist