- the maximum capacity of this Queue, needs to be > 0
(boundedBlockingQueue: StringAdd).self
(boundedBlockingQueue: StringFormat).self
(boundedBlockingQueue: ArrowAssoc[BoundedBlockingQueue[E]]).x
(Since version 2.10.0) Use leftOfArrow instead
(boundedBlockingQueue: Ensuring[BoundedBlockingQueue[E]]).x
(Since version 2.10.0) Use resultOfEnsuring instead
BoundedBlockingQueue wraps any Queue and turns the result into a BlockingQueue with a limited capacity.
- The type of the contents of this Queue