Filters out elements for which the given properties are null or undefined. Elements that are null or undefined themselves are filtered out.
Rest ...props: K[]Exits the chain by grouping elements into an object of arrays based on the results the getKey function
a function that returns the value to group by
Maps the elements in the array using a function.
a new stream with the mapped array values
a function that operates on each value in the array
Returns the unique elements of the array.
a new stream with the unique elements
Optional by: ((a: T) => string | number)an optional comparison function
Generated using TypeDoc
A readonly wrapper around an array that lets you chain method calls.