Status

turbolift.io.Channel.Status
final case class Status(size: Int, capacity: Int, isBlocking: Boolean)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def isEmpty: Boolean
def isFull: Boolean
def isOverflow: Boolean
def isUnderflow: Boolean
def room: Int

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product