the parameter to add
a new instance of this parameter set with the given parameter added
Returns true if the key exists in the parameter set
the key to check for
true if the key is found
Returns an Option with the parameter for the key if found, otherwise undefined
the Key to be used for lookup
the parameter for the key, if found
Adds several parameters to the parameter set
the list of parameters to add to the parameter set
a new instance of this parameter set with the given parameter added
Remove a parameter from the parameter set by key
the Key to be used for removal
a new T, where T is a parameter set child with the key removed or identical if the key is not present
The number of parameters in this parameter set
the number of parameters in the parameter set
Generated using TypeDoc
Adds a parameter to the parameter set
P the Parameter type