Pdl (Pdl v0.1.1)
View SourceSummary
Functions
Adds value to key
in the process dictionary.
Adds value to key
in the process dictionary.
Adds multiple values to key
in the process dictionary.
Adds multiple values to key
in the process dictionary.
Fetches the value stored in key
in the process dictionary.
Fetches the value stored in key
in the process dictionary.
Runs the given fun
over every value stored in key
in the process dictionary, receiving each value as an argument to fun
Runs the given fun
over the entire value stored in the process dictionary key
.
Runs the given fun
over every unique value stored in key
in the process dictionary, receiving each value as an argument to fun
Functions
Adds value to key
in the process dictionary.
Returns error if key
already exists in the process dictionary and is not a list.
Adds value to key
in the process dictionary.
Raises if key
already exists in the process dictionary and is not a list.
Adds multiple values to key
in the process dictionary.
Returns error if key
already exists in the process dictionary and is not a list.
Adds multiple values to key
in the process dictionary.
Raises if key
already exists in the process dictionary and is not a list.
Fetches the value stored in key
in the process dictionary.
Errors if the value is not a list
Fetches the value stored in key
in the process dictionary.
Raises if the value is not a list
Runs the given fun
over every value stored in key
in the process dictionary, receiving each value as an argument to fun
Returns a list of the results of fun
.
Runs the given fun
over the entire value stored in the process dictionary key
.
Returns the result of fun
.
Runs the given fun
over every unique value stored in key
in the process dictionary, receiving each value as an argument to fun
Returns a list of the results of fun
.