WithRemove

dev.tauri.choam.data.Queue$.WithRemove
abstract class WithRemove[A] extends Queue[A]

Attributes

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

Inherited methods

def enqueue: Rxn[A, Unit]

Attributes

Inherited from:
UnboundedQueueSink
def tryDeque: Axn[Option[A]]

Attributes

Inherited from:
QueueSource

Attributes

Inherited from:
QueueSink