ApprovalBallot<TCandidate extends Comparable> constructor

ApprovalBallot<TCandidate extends Comparable>(
  1. Set<TCandidate> choices
)

Implementation

ApprovalBallot(this.choices) : assert(choices.isNotEmpty);