BlackJackBet

model.entities.games.BlackJackBet
case class BlackJackBet(amount: Double, minimumValue: Int) extends Bet

Represents a bet placed on a blackjack game with a minimum hand value strategy.

BlackJack bets include a minimum value parameter that likely represents the minimum hand value the player is aiming to achieve or stand on.

Value parameters

amount

the monetary amount being wagered

minimumValue

the minimum card value threshold for the betting strategy

Attributes

Throws
IllegalArgumentException

if minimumValue is not positive

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product