Base

turbolift.io.Channel.Base
sealed trait Base

Attributes

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

Members list

Value members

Abstract methods

Concrete methods

final def isEmpty: Computation[Boolean, IO]
final def isFull: Computation[Boolean, IO]
final def isOverflow: Computation[Boolean, IO]
final def isUnderflow: Computation[Boolean, IO]
final def room: Computation[Int, IO]
final def size: Computation[Int, IO]