Event.Store.Entry
Entry is the link in the linked list of all entries.
- Source
- Entry.scala
Def
Type
Type
Scope the entry belongs to.
Entries are accessed by type, and entries with different types never mix
- Source
- Entry.scala
Removal
Removal
Running cancel, will remove the entry from the stored list and it will be no longer available
If entry is already cancelled, nothing happens.
- Source
- Entry.scala
Is void check
Is void check
Returns true
if this instance is void, false othervise
- Inherited from
- Void
- Source
- Void.scala