processPoll

fun VoteChangedEvent.processPoll(currentUserId: String?, getOldPoll: (String) -> Poll?): Poll
fun VoteCastedEvent.processPoll(currentUserId: String?, getOldPoll: (String) -> Poll?): Poll
fun VoteRemovedEvent.processPoll(getOldPoll: (String) -> Poll?): Poll
fun AnswerCastedEvent.processPoll(getOldPoll: (String) -> Poll?): Poll
fun PollClosedEvent.processPoll(getOldPoll: (String) -> Poll?): Poll
fun PollUpdatedEvent.processPoll(getOldPoll: (String) -> Poll?): Poll