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
trait Chainable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def `return`(ret: AnyRef): None.type
def `return`(): None.type
override def entityId: Long

Attributes

Definition Classes
override def isBarrier: Boolean

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 setBarrier(b: Boolean): Unit
def setMessageId(id: Long): Unit

Inherited methods

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:
Chainable
def cleanPre(): Unit

Attributes

Inherited from:
Chainable
def deChain(): Unit

Attributes

Inherited from:
Chainable
def isHead: Boolean

true if this object is at head of a chain.

true if this object is at head of a chain.

Attributes

Inherited from:
Chainable
def isTail: Boolean

true if this object is at tail of a chain.

true if this object is at tail of a chain.

Attributes

Inherited from:
Chainable
def next: Chainable | Null

Get the next object of this object.

Get the next object of this object.

Attributes

Inherited from:
Chainable
def next_=(chainable: Chainable): Unit

Set the next object of this object.

Set the next object of this object.

Attributes

Inherited from:
Chainable
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:
Chainable
def pre: Chainable | Null

Get the pre object of this object.

Get the pre object of this object.

Attributes

Inherited from:
Chainable
def pre_=(chainable: Chainable): Unit

Set the pre object of this object.

Set the pre object of this object.

Attributes

Inherited from:
Chainable
final def state: StackState

Attributes

Inherited from:
Stack