Condense chips into fewer but larger denominations. Uses the first chip's class to create new colored chips with.
Return value of Chips currently in ChipCollection (via IChipCollection.getChips()
).
Optionally, can pass in IChip[]
to evaluate a manually passed in value.
Optional, value of passed in chips. If no chips passed in, it will evaluate value of current ChipCollection.
Returns first identified index position of chip in collection.
Object to search for in collection
Will pull IChip
s from IChipCollection
to satisfy
the amount
requested.
Value to take from IChipCollection
Generated using TypeDoc
Basic class to represent a grouping of IChips.
Supports activities like: getting chips, adding chips, taking specific chip, taking chips by value, getting value of chips.