MultiRoundVoting

rdts.datatypes.experiments.protocols.MultiRoundVoting
See theMultiRoundVoting companion object
case class MultiRoundVoting(rounds: Epoch[SimpleVoting])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def checkIfMajorityPossible(using localUid: LocalUid): Boolean
def isLeader(using LocalUid): Boolean
def voteFor(uid: Uid)(using LocalUid): MultiRoundVoting

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product