SlotBet

model.entities.games.SlotBet
case class SlotBet(amount: Double) extends Bet

Represents a bet placed on a slot machine game.

Slot bets are simple wagers with only an amount, as slot machines typically don't require additional betting parameters.

Value parameters

amount

the monetary amount being wagered

Attributes

Throws
IllegalArgumentException

if amount 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