MailBox

cc.otavia.core.system.MailBox
class MailBox(val house: ActorHouse)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def get[T <: Nextable](): T
def getAll: Nextable
def getChain(max: Int): Nextable
def isEmpty: Boolean
def nonEmpty: Boolean
def put(obj: Nextable): Unit
def putHead(obj: Nextable): Unit
def size(): Int
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Concrete fields

val house: ActorHouse