Checks if array contains one or more item that meets the condition
Returns the average value of all items in the array
Counts how many items meet the conditions
Returns an array of distinct items
Returns the first element in an array that meets the conditionition
Returns the first element in an array that meets the conditionition
Returns the last element in an array that meets the condition
Counts how many items meet the conditions
Undocumented in source. Be warned that the author may not have intended to support it.
Returns the largest item in the array
Returns the smallest item in the array
Sorts the elements of a sequence in ascending order according to a key
Sorts the elements of a sequence in descending order according to a key
Selects specified members from objects
Retuns the sum of all values in the array
Returns an array of elements that meet the condition
Undocumented in source.