Chainable

cc.otavia.core.util.Chainable
trait Chainable

An object which can be chained one by one

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Poolable
class FutureState[R]
class AbstractPromise[V]
class Stack
class AskStack[A]
class BatchAskStack[A]
class BatchNoticeStack[N]
class ChannelStack[T]
class NoticeStack[N]
Show all

Members list

Value members

Concrete methods

def cleanNext(): Unit
def cleanPre(): Unit
def deChain(): Unit
def isHead: Boolean

true if this object is at head of a chain.

true if this object is at head of a chain.

Attributes

def isTail: Boolean

true if this object is at tail of a chain.

true if this object is at tail of a chain.

Attributes

def next: Chainable | Null

Get the next object of this object.

Get the next object of this object.

Attributes

def next_=(chainable: Chainable): Unit

Set the next object of this object.

Set the next object of this object.

Attributes

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

def pre: Chainable | Null

Get the pre object of this object.

Get the pre object of this object.

Attributes

def pre_=(chainable: Chainable): Unit

Set the pre object of this object.

Set the pre object of this object.

Attributes