WithRemove

dev.tauri.choam.data.Queue.WithRemove
abstract class WithRemove[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

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
def tryEnqueue: Rxn[A, Boolean]

Attributes

Inherited from:
QueueSink
Source
Queue.scala