CustomerBankrollManager

model.managers.CustomerBankrollManager
case class CustomerBankrollManager[A <: CustomerState[A] & Bankroll[A] & Entity](games: List[Game]) extends BaseManager[Seq[A]]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait BaseManager[Seq[A]]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def update(customers: Seq[A]): Seq[A]

Updates a given slice of the simulation state.

Updates a given slice of the simulation state.

This method encapsulates the core logic of the manager, transforming an input state into an updated state.

Value parameters

slice

The input state slice to be updated.

Attributes

Returns

The updated state slice.

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product