QueOption

turbolift.data.QueOption
See theQueOption companion object
final case class QueOption[A, U](todo: Queue[A => U]) extends AnyVal

Queue of continuations.

Internal state of breadth-first handler of turbolift.effects.Choice effect.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def addTodo(xs: IterableOnce[A => U]): QueOption[A, U]
def drain: Computation[Option[A], U]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product