(managedArrayBlockingQueue: StringAdd).self
(managedArrayBlockingQueue: StringFormat).self
(managedArrayBlockingQueue: ArrowAssoc[ManagedArrayBlockingQueue[E]]).x
(Since version 2.10.0) Use leftOfArrow
instead
(managedArrayBlockingQueue: Ensuring[ManagedArrayBlockingQueue[E]]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
A simplified copy of
java.util.concurrent.ArrayBlockingQueue
with additional logic for temporarily rejecting elements based on the current size. All features of the original ArrayBlockingQueue have been ported, except the mutation methods of the iterator. Seejava.util.concurrent.ArrayBlockingQueue
for documentation.