Companion object for FlatBetting, providing convenient factory methods.
Attributes
- Companion
- class
- Graph
-
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
FlatBetting.type
Members list
Type members
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
Creates a FlatBetting strategy with a single option.
Creates a FlatBetting strategy with a single option.
Type parameters
- A
-
The entity type.
Value parameters
- betAmount
-
The fixed bet amount.
- option
-
The single game option.
Attributes
- Returns
-
A new FlatBetting instance.
Creates a FlatBetting strategy with a list of options.
Creates a FlatBetting strategy with a list of options.
Type parameters
- A
-
The entity type.
Value parameters
- betAmount
-
The fixed bet amount.
- options
-
The list of game options.
Attributes
- Returns
-
A new FlatBetting instance.
Creates a FlatBetting strategy with no specific options (e.g., for Slot Machines).
Creates a FlatBetting strategy with no specific options (e.g., for Slot Machines).
Type parameters
- A
-
The entity type.
Value parameters
- betAmount
-
The fixed bet amount.
Attributes
- Returns
-
A new FlatBetting instance.