Class PollKt
-
- All Implemented Interfaces:
public final class PollKt
-
-
Method Summary
Modifier and Type Method Description final static PollprocessPoll(VoteChangedEvent $self, String currentUserId, Function1<String, Poll> getOldPoll)final static PollprocessPoll(VoteCastedEvent $self, String currentUserId, Function1<String, Poll> getOldPoll)final static PollprocessPoll(VoteRemovedEvent $self, Function1<String, Poll> getOldPoll)final static PollprocessPoll(AnswerCastedEvent $self, Function1<String, Poll> getOldPoll)final static PollprocessPoll(PollClosedEvent $self, Function1<String, Poll> getOldPoll)final static PollprocessPoll(PollUpdatedEvent $self, Function1<String, Poll> getOldPoll)-
-
Method Detail
-
processPoll
final static Poll processPoll(VoteChangedEvent $self, String currentUserId, Function1<String, Poll> getOldPoll)
-
processPoll
final static Poll processPoll(VoteCastedEvent $self, String currentUserId, Function1<String, Poll> getOldPoll)
-
processPoll
final static Poll processPoll(VoteRemovedEvent $self, Function1<String, Poll> getOldPoll)
-
processPoll
final static Poll processPoll(AnswerCastedEvent $self, Function1<String, Poll> getOldPoll)
-
processPoll
final static Poll processPoll(PollClosedEvent $self, Function1<String, Poll> getOldPoll)
-
processPoll
final static Poll processPoll(PollUpdatedEvent $self, Function1<String, Poll> getOldPoll)
-
-
-
-