UnanimousStrategy
class UnanimousStrategy implements StrategyInterface
UnanimousStrategy is a StrategyInterface implementation where 100% of elements should be successful.
Methods
bool
isMet(int $numberOfSuccess, int $numberOfItems)
Returns whether or not the quorum is met.
bool
canBeMet(int $numberOfFailure, int $numberOfItems)
Returns whether or not the quorum could be met.