EMPTY_EVENT

cc.otavia.core.message.EMPTY_EVENT
object EMPTY_EVENT extends ReactorEvent

Attributes

Graph
Supertypes
class ReactorEvent
class Event
class Object
trait Matchable
class Any
Self type

Members list

Value members

Inherited methods

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)