Stack

cc.otavia.core.stack.Stack
abstract class Stack extends Poolable

Attributes

Graph
Supertypes
trait Poolable
class Object
trait Matchable
class Any
Known subtypes
class AskStack[A]
class BatchAskStack[A]
class BatchNoticeStack[N]
class ChannelStack[T]
class NoticeStack[N]

Members list

Value members

Abstract methods

def isDone: Boolean

Concrete methods

def attach[T]: T
def attach(att: AnyRef): Unit
override protected def cleanInstance(): Unit

Clean the field of this instance.

Clean the field of this instance.

Attributes

Definition Classes
final def state: StackState
final def suspend(state: StackState): StackYield

Inherited methods

final def clean(): Unit

Clean all fields of this instance.

Clean all fields of this instance.

Attributes

Inherited from:
Poolable
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)
def recycle(): Unit

Recycle this instance.

Recycle this instance.

Attributes

Inherited from:
Poolable