Concurrent |
| Name | Description | |
|---|---|---|
| TryDequeueIf(FuncTKey, Boolean, TKey, TValue) | Dequeues the minimum key value if the predicate returns true for the minimum key. Returns true if the item was dequeued; otherwise, false. | |
| TryDequeueIf(FuncTKey, TValue, Boolean, TKey, TValue) | Dequeues the minimum key value if the predicate returns true for the minimum key and value. Returns true if the item was dequeued; otherwise, false. |