Returns the value for a given key from a map of name/value pairs.
Returns the last item from the input Array as a Complex Object.
Returns a Complex Object from the input Array.
A utility function that checks whether the input value is blank. The function supports Integers, Double, Boolean, Complex Objects and String.
A utility function that checks whether the input value is false. The function supports Integers, Double, Boolean, Complex Objects, and String.
A utility function that checks whether the input value is NOT blank. The function supports Integers, Double, Boolean, Complex Objects and String.
A utility function that checks whether the input value is null.
A utility function that checks whether the input value is logically true. The function supports Integers, Double, Boolean, Complex Objects, and String.
Concatenates the given input with the delimiter and returns the concatenated string.
Returns a value associated with a key from a map of Name/Values.
Returns sorted array, sorted in ascending or descending order.
Removes duplicate elements from the input array.
Returns the first item from the input Array as a Complex Object.