LinkedBlockingDeque.takeFirst

Unlinks the first element in the queue, waiting until there is an element to unlink if the queue is empty.

@return the unlinked element @throws InterruptedException if the current thread is interrupted

class LinkedBlockingDeque(E)
override
E
takeFirst
()

Meta