QueuingConfiguration

final case class QueuingConfiguration(handSize: Option[Int], queueLengthLimit: Option[Int], queues: Option[Int])

QueuingConfiguration holds the configuration parameters for queuing

Source:
QueuingConfiguration.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

if handSize has a value, transforms to the result of function

if handSize has a value, transforms to the result of function

Source:
QueuingConfiguration.scala

if queueLengthLimit has a value, transforms to the result of function

if queueLengthLimit has a value, transforms to the result of function

Source:
QueuingConfiguration.scala

if queues has a value, transforms to the result of function

if queues has a value, transforms to the result of function

Source:
QueuingConfiguration.scala

Returns a new data with handSize set to new value

Returns a new data with handSize set to new value

Source:
QueuingConfiguration.scala

Returns a new data with queueLengthLimit set to new value

Returns a new data with queueLengthLimit set to new value

Source:
QueuingConfiguration.scala

Returns a new data with queues set to new value

Returns a new data with queues set to new value

Source:
QueuingConfiguration.scala

Inherited methods

Inherited from:
Product