Unbounded

kyo.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 capacity: Int

Attributes

Inherited from:
Queue
def close: Option[Seq[T]] < IOs

Attributes

Inherited from:
Queue
def drain: Seq[T] < IOs

Attributes

Inherited from:
Queue
def isClosed: Boolean < IOs

Attributes

Inherited from:
Queue
def isEmpty: Boolean < IOs

Attributes

Inherited from:
Queue
def isFull: Boolean < IOs

Attributes

Inherited from:
Queue
def offer(v: T): Boolean < IOs

Attributes

Inherited from:
Queue
def peek: Option[T] < IOs

Attributes

Inherited from:
Queue
def poll: Option[T] < IOs

Attributes

Inherited from:
Queue
def size: Int < IOs

Attributes

Inherited from:
Queue