Coupon
1.6.1
jvm
Coupon
/
dk.ds.coupon.domain.model
/
Rules
/
KenoPrizeRule
Keno
Prize
Rule
data
class
KenoPrizeRule
(
rowNumberCountFourOrLower
:
Int
,
rowNumberCountSixOrLower
:
Int
,
rowNumberCountEightOrLower
:
Int
,
rowNumberCountTenOrLower
:
Int
,
rowNumberCountTenSpecial
:
Int
)
Members
Constructors
Keno
Prize
Rule
Link copied to clipboard
constructor
(
rowNumberCountFourOrLower
:
Int
,
rowNumberCountSixOrLower
:
Int
,
rowNumberCountEightOrLower
:
Int
,
rowNumberCountTenOrLower
:
Int
,
rowNumberCountTenSpecial
:
Int
)
Functions
has
Prize
Link copied to clipboard
fun
hasPrize
(
correctNumbers
:
Int
,
rowCount
:
Int
)
:
Boolean