Constructs our CommandStore for use in Klasa.
The Klasa client
The type of structure this store holds.
The different aliases that represent the arguments in this store.
The client this Store was created with.
The core directories pieces of this store can hold.
The name of this store.
The first item in this Cache
The first key of this cache
The first value of this cache
The last item in this cache
The last key of this cache
The last value of this cache
The directory of local pieces relative to where you run Klasa from.
Clears the AliasPieces and aliases from this store
Returns a shallow clone of this Cache
The overriden delete method, this will always throw.
Naive equality compare function
The cache to compare this against
Returns a new filtered Cache based on the filter function
Function used to determine what entries are in the new Cache
Optional binding for the fn param
Finds an entry from this Cache
Function used to find what you are looking for
Optional binding for the fn param
Returns an AliasPiece in the store if it exists by its name or by an alias.
A argument or alias name
Returns a boolean if the AliasPiece or alias is found within the store.
A piece or alias name
Initializes all pieces in this store.
Loads a piece into Klasa so it can be saved in this store.
The directory the file is located in
A string or array of strings showing where the file is located.
Loads all of our Pieces from both the user and core directories.
The number of Pieces loaded.
Maps this Cache to an array (like Array#map())
Function to determine what is mapped to the new Array
Optional binding for the fn param
Reduces this cache into a singularity
The function to determine how this Cache is reduced
The initial value
Optional binding for the fn param
Registers a core directory to check for pieces.
The directory to check for core pieces
Removes an AliasPiece from the store.
An AliasPiece object or a string representing an AliasPiece or alias name
Whether or not the removal was successful.
The overriden set method, this will always throw.
Defines toString behavior for stores
This store name
Generated using TypeDoc
Stores all Command pieces for use in Klasa.
0.0.1