UnboundedQueueSink

dev.tauri.choam.data.UnboundedQueueSink
trait UnboundedQueueSink[-A] extends QueueSink[A]

Attributes

Source
Queue.scala
Graph
Supertypes
trait QueueSink[A]
class Object
trait Matchable
class Any
Known subtypes
trait Queue[A]
class UnboundedQueue[F, A]
class WithSize[F, A]
class OverflowQueue[F, A]
class WithRemove[A]
trait WithSize[A]
Show all

Members list

Value members

Abstract methods

def enqueue: Rxn[A, Unit]

Attributes

Source
Queue.scala

Inherited methods

Attributes

Inherited from:
QueueSink
Source
Queue.scala