Get

turbolift.io.Channel.Get
sealed trait Get[A] extends Base

Attributes

Graph
Supertypes
trait Base
class Object
trait Matchable
class Any
Known subtypes
trait Channel[A]

Members list

Value members

Abstract methods

def unsafeTryGet(): Option[A]

Concrete methods

final def get: Computation[A, IO]
final def tryGet: Computation[Option[A], IO]

Inherited methods

final def isEmpty: Computation[Boolean, IO]

Attributes

Inherited from:
Base
final def isFull: Computation[Boolean, IO]

Attributes

Inherited from:
Base
final def isOverflow: Computation[Boolean, IO]

Attributes

Inherited from:
Base
final def isUnderflow: Computation[Boolean, IO]

Attributes

Inherited from:
Base
final def room: Computation[Int, IO]

Attributes

Inherited from:
Base
final def size: Computation[Int, IO]

Attributes

Inherited from:
Base

Inherited and Abstract methods

Attributes

Inherited from:
Base