spaniel
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Function
Queue
constructor
items
clear
is
Empty
push
remove
remove
Predicate
Hierarchy
BaseQueue
FunctionQueue
Implements
QueueInterface
QueueInterface
Index
Constructors
constructor
Properties
items
Methods
clear
is
Empty
push
remove
remove
Predicate
Constructors
constructor
new
Function
Queue
(
)
:
FunctionQueue
Returns
FunctionQueue
Properties
items
items
:
Array
<
Function
>
Methods
clear
clear
(
)
:
void
Returns
void
is
Empty
is
Empty
(
)
:
boolean
Returns
boolean
push
push
(
element
:
any
)
:
void
Parameters
element:
any
Returns
void
remove
remove
(
identifier
:
string
|
Element
|
Function
)
:
void
Parameters
identifier:
string
|
Element
|
Function
Returns
void
remove
Predicate
remove
Predicate
(
identifier
:
Function
, element
:
Function
)
:
boolean
Parameters
identifier:
Function
element:
Function
Returns
boolean
Generated using
TypeDoc