FlatBetting

model.entities.customers.FlatBetting
See theFlatBetting companion class
object FlatBetting

Companion object for FlatBetting, providing convenient factory methods.

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply[A <: Bankroll[LazyRef(...)] & CustomerState[LazyRef(...)]](betAmount: Double, option: Int): FlatBetting[A]

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.

def apply[A <: Bankroll[LazyRef(...)] & CustomerState[LazyRef(...)]](betAmount: Double, options: List[Int]): FlatBetting[A]

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.

def apply[A <: Bankroll[LazyRef(...)] & CustomerState[LazyRef(...)]](betAmount: Double): FlatBetting[A]

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.