Mau.Filters.Collection (mau v0.8.0)
View SourceCollection manipulation filters.
Summary
Functions
Removes nil values from a list.
Checks if a collection contains a specific value.
Formats data structures for display (debugging).
Filters list of maps by field value.
Returns the first element of a collection.
Flattens nested lists into a single list.
Groups a list of maps by a specified field.
Joins elements of a list with a separator.
Returns the keys of a map as a list.
Returns the last element of a collection.
Returns the length of a collection or string.
Extracts field values from a list of maps, filtering out nil values.
Rejects list of maps by field value (opposite of filter).
Reverses a collection.
Returns a slice of a list or string.
Sorts a collection.
Returns the filter specification for this module.
Sums numeric values in a list.
Returns unique elements from a list.
Returns the values of a map as a list.
Functions
Removes nil values from a list.
Checks if a collection contains a specific value.
Formats data structures for display (debugging).
Filters list of maps by field value.
Returns the first element of a collection.
Flattens nested lists into a single list.
Groups a list of maps by a specified field.
Joins elements of a list with a separator.
Returns the keys of a map as a list.
Returns the last element of a collection.
Returns the length of a collection or string.
Extracts field values from a list of maps, filtering out nil values.
Rejects list of maps by field value (opposite of filter).
Reverses a collection.
Returns a slice of a list or string.
Sorts a collection.
Returns the filter specification for this module.
Sums numeric values in a list.
Returns unique elements from a list.
Returns the values of a map as a list.