Unbounded

kyo.concurrent.queues$.Queues$.Unbounded
class Unbounded[T] extends Queue[T]

Attributes

Graph
Supertypes
class Queue[T]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def add[S](v: T > S): Unit > IOs & S

Inherited methods

def offer[S](v: T > S): Boolean > IOs & S

Attributes

Inherited from:
Queue

Inherited fields

val capacity: Int

Attributes

Inherited from:
Queue
val isEmpty: Boolean > IOs

Attributes

Inherited from:
Queue
val isFull: Boolean > IOs

Attributes

Inherited from:
Queue
val peek: Option[T] > IOs

Attributes

Inherited from:
Queue
val poll: Option[T] > IOs

Attributes

Inherited from:
Queue
val size: Int > IOs

Attributes

Inherited from:
Queue