Queue

fs2.Chunk.Queue
See theQueue companion class
object Queue

Attributes

Companion
class
Source
Chunk.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Queue.type

Members list

Value members

Concrete methods

def apply[O](chunks: Chunk[O]*): Queue[O]

Attributes

Source
Chunk.scala
def empty[O]: Queue[O]

Attributes

Source
Chunk.scala
def singleton[O](c: Chunk[O]): Queue[O]

Attributes

Source
Chunk.scala