AllOrNothingPrizeRule

data class AllOrNothingPrizeRule(upperPrizesStartFrom: Int, lowerPrizesStartFrom: Int)

Constructors

Link copied to clipboard
constructor(upperPrizesStartFrom: Int, lowerPrizesStartFrom: Int)

Functions

Link copied to clipboard
fun hasPrize(correctNumbers: Int): Boolean