ChannelStack

cc.otavia.core.stack.ChannelStack
See theChannelStack companion object
class ChannelStack[+T <: AnyRef] extends Stack, QueueMapEntity

Attributes

Companion
object
Graph
Supertypes
class Stack
trait Poolable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def `return`(ret: AnyRef): StackYield
def `throw`(cause: Throwable): StackYield
override def entityId: Long

Attributes

Definition Classes
def isDone: Boolean
def message: T
def messageId: Long
override def recycle(): Unit

Recycle this instance.

Recycle this instance.

Attributes

Definition Classes
def setMessageId(id: Long): Unit

Inherited methods

def attach(att: AnyRef): Unit

Attributes

Inherited from:
Stack
def attach[T]: T

Attributes

Inherited from:
Stack
final def clean(): Unit

Clean all fields of this instance.

Clean all fields of this instance.

Attributes

Inherited from:
Poolable
def cleanEntity(): Unit

Attributes

Inherited from:
QueueMapEntity
def cleanNext(): Unit

Attributes

Inherited from:
Nextable (hidden)
def deChain(): Unit

Attributes

Inherited from:
Nextable (hidden)
def isTail: Boolean

Attributes

Inherited from:
Nextable (hidden)
def next: Nextable | Null

Attributes

Inherited from:
Nextable (hidden)
def next_=(next: Nextable): Unit

Set the next object of this object.

Set the next object of this object.

Attributes

Inherited from:
Nextable (hidden)
def notInChain: Boolean

true if and only if this object is not in any chain

true if and only if this object is not in any chain

Attributes

Inherited from:
Nextable (hidden)
final def state: StackState

Attributes

Inherited from:
Stack
final def suspend(state: StackState): StackYield

Attributes

Inherited from:
Stack