WithSize

dev.tauri.choam.data.Queue.WithSize
trait WithSize[A] extends Queue[A]

Attributes

Source
Queue.scala
Graph
Supertypes
trait Queue[A]
trait QueueSourceSink[A]
trait QueueSink[A]
trait QueueSource[A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Abstract methods

def size: Axn[Int]

Attributes

Source
Queue.scala

Inherited methods

def enqueue: Rxn[A, Unit]

Attributes

Inherited from:
UnboundedQueueSink
Source
Queue.scala
def tryDeque: Axn[Option[A]]

Attributes

Inherited from:
QueueSource
Source
Queue.scala

Attributes

Inherited from:
QueueSink
Source
Queue.scala