Let\'s say I have a case class that represents personas, people on different social networks. Instances of that class are fully immutable, and are held in immutable collecti
existingPersona.copy(sentMessages = existingPersona.sentMessages + newMessage)